On Thu, Mar 26, 2009 at 09:31, Benjamin <[email protected]> wrote: > > Lets say I change a field called name to first_name. Then I rebuild > the models. fooPeer::NAME will no longer exist. Do I then manually > define that constant in a peer class? >
Nope, you can use the phpName attribute for fields, not only for tables. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
