[eluser]modano[/eluser]
Hello,
Im having a bit of trouble getting my head around Many-to-Many realtionships in DMZ.
This is what I got,
Many Users can have Many movies.
Is that correct? Is it enough info for it to write to the table users_movies (can the join table be named movies_users ?)
Second question,
In a html form where I create new USERS, i have a multi select list where one can choose movies. As it is a multi select, it will give php an array, so it has to be named movies[] doesnt it? How do I get that into the relationship in the model?
Right, time to continue trying but would be grateful for any help,
modano