Re: [symfony-users] Re: admin gen 1:m in one form

2010-08-10 Thread Daniel Lohse
I'm feeling pretty good now — considering that I created this plugin. :) But let me tell you that without the community's help it wouldn't be where it is today. So, sorry for hijacking this thread — but thanks @all for being such a great community! :) Cheers, Daniel Sent from my iPhone4 On Au

Re: [symfony-users] Re: admin gen 1:m in one form

2010-08-10 Thread Gustavo Adrian
I'm glad it's useful for what you've been looking for! And I'll give it a try too. It seems to be a nice plugin. On Tue, Aug 10, 2010 at 1:34 AM, Christian Fazzini < christian.fazz...@gmail.com> wrote: > Sorry I meant, most of the examples online expect the object to be > created already. > > The

[symfony-users] Re: admin gen 1:m in one form

2010-08-09 Thread Christian Fazzini
Sorry I meant, most of the examples online expect the object to be created already. The plugin on the other hand works perfectly. Even in admin gen. They should include something like this in core. Very useful. Thanks for pointing this out Gustavo. On Aug 10, 9:28 am, Christian Fazzini wrote: >

[symfony-users] Re: admin gen 1:m in one form

2010-08-09 Thread Christian Fazzini
The above website expects the object to already exist! Hence the code: $this->form = new UserBookmarksForm($user = Doctrine::getTable('User')->findOneByName('niko')); I just figured this out and spent a whole day, thinking this was a proper solution!! I need to do create the object from scratch!