Tag Archives: symfony2

One To One Relationship embedded forms

on

Symfony2 has wonderful documentation about embedded forms. Embedded forms tutorial is created based on OneToMany relationship entities. I noticed everyone or even myself blindly followed the tutorial without considering what relationship we are using between entities. But OneToOne relationship embedded forms are easy to work. It’s anyway answered in many forums, still people getting confused. […]

Read more..