cakephp2-php8/cake/libs/controller
2010-09-14 22:12:14 -04:00
..
components Removing call to RequestHandler as its just a pass through to the request object which is available in that scope. Updating the test cases to not use deprecated and non-existent things. 2010-09-14 22:12:14 -04:00
app_controller.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
cake_error_controller.php Adding stack trace output to the framework errors. 2010-09-06 17:54:48 -04:00
component.php Removing incorrect method implementation. 2010-08-10 23:45:28 -04:00
component_collection.php Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery. 2010-08-29 21:37:25 -04:00
controller.php Adding support to ObjectCollection and its subclasses to trigger callbacks on all objects instead of just the enabled ones. Fixes issues where inner components would not get access to the controller as the initialize callback wasn't fired. This fixes some backwards compatibility issues. Tests updated. 2010-09-14 21:57:40 -04:00
pages_controller.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
scaffold.php Fixing + adding imports for Scaffold. 2010-09-08 00:11:37 -04:00