Have a look at config/bootstrap.php.
You can specify $modelPaths, $viewPaths and $controllerPaths arrays
for additional locations for all those files.
But you should ask yourself if this is really a good idea. The default
structure is designed very carefully and makes sense in 99% of
application
Thanks for the answer and one more question.
Can I store those plugins in a sepparate directory. I know I can
change name of app directory. But I really want my custom "plugins" to
be stored in a diffrent place
Desired directory structure would be like this
www/cake/app etc.
www/plugins/xxx
You can create "plugins" in cake which go like this:
app/plugins/xxx/controllers/
app/plugins/xxx/models/
app/plugins/xxx/views/
how about that?
On Oct 21, 5:06 pm, rakisisesindekibalik
<[EMAIL PROTECTED]> wrote:
> Hi guys;
>
> I have been looking at CakePHP for a few days. I understand how
>