Changeset 932 for trunk/system/libraries/Controller.php
- Timestamp:
- 11/01/2007 03:14:45 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Controller.php
r929 r932 12 12 /* 13 13 * Method: __construct 14 * Loads the Input, URI and Loader libraries into the '$this' namespace 14 * Loads the Input, URI and Loader libraries into the '$this' namespace. 15 15 */ 16 16 public function __construct() … … 31 31 /* 32 32 * Method: kohana_include_view 33 * Includes a View within the controller scope 33 * Includes a View within the controller scope. 34 34 * 35 35 * Parameters:
