Re: [symfony-users] widget multiple option

2010-01-15 Thread Javier Garcia
On 01/14/2010 11:20 PM, Gabo wrote: Help!! I have this in schema: documents_users: columns: document_id: { type: integer } user_id: { type: integer } created_at: { type: timestamp } y en the form, i change the widget user_id for this: 'user_id' = new

Re: [symfony-users] widget multiple option

2010-01-15 Thread Gabo
Yes, I create the relation with the tables.. but the widget is multiple = true print this error, but is false no print error: THE ERROR: *Notice*: Undefined offset: 2 in *

[symfony-users] widget multiple option

2010-01-14 Thread Gabo
Help!! I have this in schema: documents_users: columns: document_id: { type: integer } user_id: { type: integer } created_at: { type: timestamp } y en the form, i change the widget user_id for this: 'user_id' = new sfWidgetFormDoctrineChoice(array('model' =