[symfony-users] ahDoctrineEasyEmbeddedRelations Problem

2010-05-26 Thread Ilias Barthelemy
Hello everyone, I'am new to symfony and strugling with the ahDoctrineEasyEmbeddedRelations plugin. I followed the manual on http://www.symfony-project.org/plugins/ahDoctrineEasyEmbeddedRelationsPlugin without success (getting error 'Call to undefined method contactsForm::embedRelations') Usin

[symfony-users] Dynamic check boxes in the admin generator

2010-06-04 Thread Ilias Barthelemy
Hello everyone, Question => I have the following shema realestate: actAs: { Timestampable: ~ } columns: id: { type: integer(9), primary: true, autoincrement: true } addressStreet: { type: string(100), notnull: true, minlength: 2 } addressNr: { type: string(10), notnull: true }

[symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin Problem

2010-06-24 Thread Ilias Barthelemy
Hello everyone, I am creating a complex form using the ahDoctrineEasyEmbeddedRelationsPlugin to create forms containing many to many relations. The plugin seems to work fine when only using a tier 1 relation (Eg user belongs to usergroup and vica versa). But when I have a tier 2 or 3 relation (