Re: separate directory for admin

2008-10-24 Thread Dardo Sordi Bogado
AD7Six is right, you don't need to change anything. Cake will search for your controllers in app/controllers/ and it's subdirs, the same goes for models. Cake will also cache the paths when in debug = 0. - Dardo Sordi. On Fri, Oct 24, 2008 at 2:07 AM, mirfan <[EMAIL PROTECTED]> wrote: > > Majna

Re: separate directory for admin

2008-10-23 Thread mirfan
Majna i do do all changes you mentioned, are you sure that have no disturbance with the remaining controllers? On Oct 23, 2:12 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Oct 23, 10:10 am, mirfan <[EMAIL PROTECTED]> wrote: > > > I want to keep aseparatedirectoryfor alladmincontrollers like > > app

Re: separate directory for admin

2008-10-23 Thread mirfan
AD7six how is that possible? please help if possible give me an example On Oct 23, 2:12 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Oct 23, 10:10 am, mirfan <[EMAIL PROTECTED]> wrote: > > > I want to keep aseparatedirectoryfor alladmincontrollers like > > app/controllers/admin > > how is it possib

Re: separate directory for admin

2008-10-23 Thread AD7six
On Oct 23, 10:10 am, mirfan <[EMAIL PROTECTED]> wrote: > I want to keep a separate directory for all admin controllers like > app/controllers/admin > how is it possible please help you can do that already, without changing anything. --~--~-~--~~~---~--~~ You rece

Re: separate directory for admin

2008-10-23 Thread majna
In bootstrap.php: $pluginPaths = array(ROOT.DS.'app'.DS.'admin'.DS.'plugins'.DS); $modelPaths = array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'models'.DS); $behaviorPaths = array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'modles'.DS.'behaviors'.DS); $controllerPaths = a