Cake PHP tips for the beginner
So, you have started to use Cake PHP and thought you'd read the seemingly in-depth documentation on their website only to find that some of the basic things aren't really covered.
A few things that you may find useful are:
Using a model without a database table
Put this code in your model ...