Hello everybody. I have a question regarding the convention within the CakePHP manual. At point 2.4.4 in the Manual for version 1.2.x it says that when you create a Model class called "Person", the corresponding table in the database is/should be "people".
Now, it does state earlier in the manual that the database table name has to be the plural of the model class...but does CakePHP really work this way? Should it not be "persons"? I am not speaking from a "What is correct in the English dictionary?" type of way, rather from a programming view. Did CakePHP take all the plurals available in the dictionary and made sure to recognize: man -> men mouse -> mice person -> people and every other plural form that does not abide by the rules? Anyhow, awaiting an answer about this. Cheers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
