Re: HABTM table models in alphabetical order required?

2014-07-10 Thread John Andersen
CakePHP allows you to use your own table names. Check that CakePHP book at: http://book.cakephp.org/2.0/en/models/model-attributes.html#usetable Enjoy, John On Monday, 7 July 2014 18:20:19 UTC+3, Jamison Bryant wrote: > > Hi all, > > I'm developing an application that has Photos and Users. I've b

HABTM table models in alphabetical order required?

2014-07-07 Thread Jamison Bryant
Hi all, I'm developing an application that has Photos and Users. I've been using CakePHP since 2.0, so I'm very familiar with HABTM conventions, including the fact that the tables are named in alphabetical order by convention. In my case, this would be photos_users, but I really hate that becau