Hi I am new to CakePHP and need some help with the Cake database naming conventions. Our ERD has over a 100 tables (its almost fully normalized). Most tables have one or two foreign key relationships with other tables, so we followed the Cake conventions fine for those and named all the tables in plural and with underscores between the related tables. There are a few tables however that have as many as 6 or 8 foreign keys. I would like to know how to follow the Cake naming conventions for those tables and how can we set up the relationships for those tables in the models and how it will impact the automagic database functions that depend on the naming conventions.
Thanks in advance for help with this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
