I'm new to cake but doesn't the many-to-many table name need to be in
alphabetic order as such: "alphafirst_alphasecond", or "areas_events".
Maybe that will help :)

Z

Kenia wrote:
> Hi.. i have a problem with the multiple select in a relationship
> many-to-many...
>
> my tables:
>
> event
> id_event - int
> name - varchar
>
> areas
> id_area- int
> name - varchar
>
> events_areas
> area_id - int
> event_id - int
>
> then, i need to put in the multiple select the areas of the event: add,
> show, delete and edit.
> 
> somebody could help me? 
> 
> thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to