On 9/6/06, simb <[EMAIL PROTECTED]> wrote: > I assume that cakephp has just a simple pattern that plurals are > singulars with an "s" at the end, right?
Assumption is the mother of all f***ups :-) Cake can handle a much greater variety of singulars and plurals. Take a look at cake/libs/inflector.php and amaze yourself. Plus, you can always customize pluralization for anything the normal Inflector does not handle very well in app/config/inflections.php. Regards, Martin -- Martin Schapendonk, [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
