Can anyone point me to a simple on- to-many Doctrine nested form
example?

The simplest implementation I've seen that works on 'create' and
'edit' is this one: http://redotheoffice.com/?p=4 and it seems a
little dated.  I'm suprised to see the need to:

a) create a temporary form. couldn't we just use $this->embed('books
[0]',new bookForm())
b) use any function other than 'bind', which could automatically look
for nested forms matching the objects relations

Thanks in advance,

-pat

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@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