Show
Ignore:
Timestamp:
11/07/2007 05:18:26 PM (13 months ago)
Author:
PugFish
Message:

Comments updated:

  • All comments should be converted now except a few not going into release or being replaced soon after
  • General comment cleanup, made more consistent and a few errors corrected
  • Removed comments from classes implementing interfaces, no point duplicating them
  • Renamed constructor topics

Added result_array() to Database_Result interface

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r939 r1015  
    4343 
    4444        /* 
    45          * Method: __construct 
     45         * Constructor: __construct 
    4646         *  Allows the controller to be a true singleton object. This method *must* 
    4747         *  be called by all controllers.