Try this: $modifiedFields=$this->getModified();
You can then use array_key_exists() to see if your field has been modified. cheers, Tony. On Feb 23, 5:34 pm, Luã @hisamu <[email protected]> wrote: > Hi, > > I want to know if a column was modified, in my model's save() method. > Using Propel there's the isColumnModified method, but what about > doctrine? > > 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.
