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 =
array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'controllers'.DS);
        $componentPaths =
array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'controllers'.DS.'components'.DS);
        $viewPaths = array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'views'.DS);
        $helperPaths =
array(ROOT.DS.'app'.DS.'admin'.DS.'core'.DS.'views'.DS.'helpers'.DS);



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 received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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