I should have titled this many-to-many.

Basically all I'm looking for is an example of how to implement many
to many relationships in forms.

Thanks,
Steve

On May 7, 1:21 pm, Steve the Canuck <steve.san...@gmail.com> wrote:
> Hi,
>
> I am having some form troubles.  I have a select dropdown which allows
> you select multiple options.  If you select two options, I want to
> insert to records into the database.
>
> Here is a simple representation of the tables:
>
> User <--- UserLevel ---> Level
>
> So, I use the UserLevelForm and select multiple level choices, this
> seems to confuse symfony, as it seems the Form is bound to a single
> UserLevel row, rather than 3.
>
> Has anyone come across anything similar, and come up with a solution?
>
> Thanks,
> Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to