Hi

i have a question about the many2many realtions

i know about the options for PropelChoice widget multiple and expanded but i
ned change checkboxes by Selects like

example

category:
   id: ~
   name: { type:varchar(100), required: true }
product:
    id: ~
   name: { type:varchar(100), required: true }

product_categories
   product_id: ~
   category_id: ~

product_categories_list:

       +-----+---+
Soft   | yes | v |
       +-----+---+
       +-----+---+
Big    | No  | v |
       +-----+---+
       +-----+---+
Tasty  | yes | v |
       +-----+---+

can someone help me with this case



-- 
Si la depuración es el proceso de eliminar errores, entonces la programación
debe ser el proceso de introducirlos
– Edsger W. Dijkstra

-- 
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, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to