Archive for the ‘CakePHP’ Category
Wednesday, August 13th, 2008
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”:

Posted in CakePHP | No Comments »