On Fri, 9 Oct 2009, Richtermeister wrote: > I believe you just need to add an updateXXXField function to the form, > where XXX is the camelized fieldname. > That method is passed the value just before saving, and you return the > updated value, or false to remove it.
After some digging, it seems the method should be called updateXXXColumn(). It works and is a nice way to check and clean up any values before the object is saved. Thanks, -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
