There are several different ways to approach this, but I've never
heard the one you just heard. The way you are doing it is a standard
way if you only want to have 1 app - you put your controller in /app/
controllers, your model in /app/models, and your views in /app/views/
controllername/.
If y
Hello,
I have created a small address book in cakephp and I have used the
default directory structure of cakephp. E.g.
I have stored my addresses_controller.php in
cakephp\app\controllers\addresses_controller.php
and address.php ( model ) in
cakephp\app\models\address.php
and views files in v