I want to use the same App Controller across several different
projects but can't find a way to do this without modifying the core
cake files.

NetersLandreau in the chat room told me to have a look at the
Configure class and inside there on line 1071 it has

$_this->import($type, 'AppController', false );

I changed this to:

$_this->import($type, 'AppController', false,
Configure::read('controllerPaths'));

Is this the only way I can set the path to look for the AppController?





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to