Hi Georg,

Why don't you just override the save() method of the Client class? You
could, for example, check whether any user is associated with the
client and, if not, do it manually before calling parent::save().

I personally would prefer to put this logic into the form for creating
the Client though, because "magic" save-methods can lead to tricky
problems. Is this an option for you?

Bernhard

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to