cakephp2-php8/cake/libs/controller
2011-02-13 02:24:39 +05:30
..
components Fixing notice error that could occur if csrfTokens ended up being null/not an array. 2011-02-11 22:30:51 -05:00
app_controller.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
cake_error_controller.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
component.php Fix to resolve 'assign by reference' errors when using a '__get' magic method. 2011-01-21 15:52:03 -05:00
component_collection.php Removing a pointless import in CakeRequest. 2011-02-05 01:28:41 -05:00
controller.php Renamed Controller::view to Controller::viewClass and Controller::view, View::view can now be used to change the view rendered by default. Parameters of Controller::render() and View::render() changed to eliminate redundancy. Closes #1520 2011-02-13 02:24:39 +05:30
pages_controller.php Removing @subpackage tags, moving contents of @subpackage into @package. 2010-12-24 14:09:57 -05:00
scaffold.php Fixing incorrectly nested sprintf + __ call. Refs #1305 2011-01-30 12:25:40 -05:00