March, 2007
I’m using CakePHP to build a website for someone, and I have realised that using a Model-View-Controller design pattern when one of the sections of the site is entitled “Models” can be confusing.
- My models directory contains a model called ‘model.php’
- My views directory has a sub-folder that goes by the name of ‘models’
- My controllers directory has a controller called ‘models_controller.php’.
I’m just about ready to jack it all in and use FrontPage instead.


