cakephp2-php8/cake/libs/controller
phpnut 566f1b60b9 Fixing errors when trying to use plugin components.
Added Controller::_initComponents();
Changed helpers and components to allow using plugins helpers or 
components.
Syntax:
var $helpers = array('PluginName/HelperName');
var $components= array('PluginName/ComponentName');


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3315 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-07-29 17:08:23 +00:00
..
components Finally implementing RequestHandlerComponent::prefers(), and adding respondAs() to provide a wrapper for header('Content... 2006-07-07 19:46:19 +00:00
component.php Fixing errors when trying to use plugin components. 2006-07-29 17:08:23 +00:00
controller.php Fixing errors when trying to use plugin components. 2006-07-29 17:08:23 +00:00
pages_controller.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
scaffold.php Beginning to port fixes to 1.2.x.x code from 1.1.x.x 2006-07-15 03:36:53 +00:00