Re: [symfony-users] too many queries with embedded forms

2010-08-18 Thread Daniel Lohse
Mhm, that sure sounds like a lot. :( In the example I've given in the README I only have one additional query per embedded relation so something must be going wrong. Can you post the content's of your CanardCategorie form's configure() method please? And a couple of screenshots showing the admi

[symfony-users] too many queries with embedded forms

2010-08-18 Thread spike3111
Hello, I use the plugi ahDoctrineEasyEmbeddedRelationsPlugin to embed forms. My schema is basic, I have a pet that may have a type of crying, a type of displacement, a place to live and belong to a group. So a four relationships one to many. I wanted my embed forms of animals in the middle of lif