Cake Modelling
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 […]