cakephp2-php8/cake/libs/controller
phpnut 6807d4c333 Starting initial refactoring of current code base.
Made changes to test suite to allow running test without headers already sent errors.
Moved Component::initialize(), Controller::beforeFilter(); and Component::startup(); from Dipatcher::start() to Controller::constructClasses();
Removed Dispatcher::start();
Fixing model instances not being created
Adding additional test to CookieComponent to increase coverage to 95%
Optimizing Set::diff();
Fixing SessionComponent test and RequestHandlerComponent test
Fixing CakeSession tests, removed deprecated code from CakeSession

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7162 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-06-10 22:38:05 +00:00
..
components Starting initial refactoring of current code base. 2008-06-10 22:38:05 +00:00
app_controller.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
component.php fixes #4870, component now using references on callbacks instead of copies. thanks for the patch 2008-06-09 23:32:54 +00:00
controller.php Starting initial refactoring of current code base. 2008-06-10 22:38:05 +00:00
pages_controller.php Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
scaffold.php Changed Scaffold views to allow Type, Alias, Detail, Data, and Field as Model names. Closes #4136, #4859. Updated tests. 2008-06-10 02:12:32 +00:00