CakePHP convention requires tablenames to be plural, for example “customers”, “orders”, etc. But what about a model called “Category”. I thought I’d be clever and call the table “categorys”. But CakePHP is more clever than that, it ecpects the table to be called “categories”:

This entry was posted
on Wednesday, August 13th, 2008 at 11:33 am and is filed under CakePHP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.