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
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
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
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
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
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 emai