Re: [symfony-users] problem with sfWidgetFormChoice

2010-11-12 Thread Eliana Montoya
Hi Pietrino. I dont use a validator for that widget. my schema is: Archivospermitidos: columns: tipo_archivo: { type: string(20), fixed: false, unsigned: false, primary: false, notnull: false, autoincrement: false } -- If you want to report a vulnerability issue on symfony, please send it

Re: [symfony-users] Application Configuration

2010-10-14 Thread Eliana Montoya
hi khalid!!! you are right.. thanks for your help. Best regards. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, s

Re: [symfony-users] Re: problem with sfWidgetFormChoice

2010-09-24 Thread Eliana Montoya
> > > Hi Gustavo.. I solved my problem!. I change the function doUpdateObject by the function doBind, and it works to perfection Again, thank you very much! Best regards -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received thi

Re: [symfony-users] Re: problem with sfWidgetFormChoice

2010-09-24 Thread Eliana Montoya
Hi Gustavo. the value shown in $values[ 'extension' ] = array(1) { [0]=> string(5) "Array" } when I use sfWidgetFormChoice and sfWidgetFormDoctrineChoice. but y I do not understand when you say me: Finally, you could simply create a many-to-many relationship between your users and your filetypes