cakephp2-php8/cake/libs/controller
mark_story 44c080d5ad Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
2010-12-11 19:26:10 -05:00
..
components Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00
app_controller.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
cake_error_controller.php Adding stack trace output to the framework errors. 2010-09-06 17:54:48 -04:00
component.php Removing the enable parameter on HelperCollection, BehaviorCollection, and ComponentCollection. They all now support the enabled option that Behaviors have historically supported. This provides a simpler API with fewer arguments, and allows callbacks to be disabled on objects in their declared arrays. 2010-11-07 13:23:45 -05:00
component_collection.php Removing the enable parameter on HelperCollection, BehaviorCollection, and ComponentCollection. They all now support the enabled option that Behaviors have historically supported. This provides a simpler API with fewer arguments, and allows callbacks to be disabled on objects in their declared arrays. 2010-11-07 13:23:45 -05:00
controller.php Fixing more tests that were failing post merge. 2010-12-10 23:17:42 -05:00
pages_controller.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
scaffold.php Fixing validation methods + features lost in [f51ce734] due to a bad 2010-12-10 22:52:22 -05:00