Embed a collection of forms - doctrine, symfony
问题 I have two tables "RFQ" and "RFQitem". I can make form which can create RFQ with their title description and amount. And I can create RFQitem form which can create RFQitem with their title, description and amount. Problems starts when I need to upgrade my RFQ form, so that I can make in it RFQitems which will saves in their table, but it need to be assigned to RFQ. In symfony documentation is great example which actually works for me, but this is example is with task and their tags. So task