cakephp2-php8/cake/libs/controller
phpnut 013133457c "Fixes #3768, Controller loads wrong model when plugins controller has the controller name of a main model.
moved merging of components, helpers, and uses vars to Controller::_mergeVars(); fixes bug with PluginAppController vars not being merged before components are loaded.
  Added call to Controller::_mergeVars(); in Dispatcher::dispatch();"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6291 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-12-31 23:27:14 +00:00
..
components "Closes #3560, edit form use PUT so SecurityComponent::validatePost() don't call on submit" 2007-12-25 10:49:29 +00:00
app_controller.php Moving app_ files out of the root cake directory 2007-11-16 01:08:59 +00:00
component.php updating component, fixes #3648 2007-11-26 16:56:22 +00:00
controller.php "Fixes #3768, Controller loads wrong model when plugins controller has the controller name of a main model. 2007-12-31 23:27:14 +00:00
pages_controller.php Adding documentation for PagesController and Scaffold 2007-10-21 23:38:01 +00:00
scaffold.php updating scaffold view handling 2007-12-21 18:14:10 +00:00