cakephp2-php8/cake
phpnut ad32fd4cf2 Merging fixes from [3315]
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@3316 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-07-29 17:28:13 +00:00
..
config Adding model behaviors, model onError callback, and updating FormHelper 2006-07-22 14:13:07 +00:00
docs Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
libs Merging fixes from [3315] 2006-07-29 17:28:13 +00:00
scripts Merging fixes into branched code 2006-07-29 05:58:31 +00:00
app_controller.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
app_model.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
basics.php Adding fix in loadView(). 2006-07-29 04:51:29 +00:00
bootstrap.php Changing file_get/echo to include() for outputting content loaded from /vendors, to allow embedded PHP 2006-06-23 23:13:16 +00:00
dispatcher.php Fixing errors when trying to use plugin components. 2006-07-29 17:08:23 +00:00