RE: plugin overwrites cakephp app-controller with plugin app-controller.

2008-03-05 Thread websta*
Of Dardo Sordi Bogado Sent: Thursday, 6 March 2008 5:51 a.m. To: cake-php@googlegroups.com Subject: Re: plugin overwrites cakephp app-controller with plugin app-controller. Try (not sure) importing it (App::import) , then inherit from PluginAppController from AppController. On Wed, Mar 5, 2008 at

Re: plugin overwrites cakephp app-controller with plugin app-controller.

2008-03-05 Thread Dardo Sordi Bogado
Try (not sure) importing it (App::import) , then inherit from PluginAppController from AppController. On Wed, Mar 5, 2008 at 2:46 PM, vince <[EMAIL PROTECTED]> wrote: > > I'm having issues with this. > I need something to follow through my whole website, including my > plugins as the cms softw