Ok, it's been very late last night :-) $user->fromArray($data)->save(); does NOT work, while... $user->fromArray($data); $user->save(); DOES work.
@vladimir: Do you know where's the difference between save() and replace()? On 27 Mai, 10:22, vl4dimir <[email protected]> wrote: > I`m using replace() method. > $object->fromArray($attributes, false); > $object->replace(); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
