I have this tables and i wanna know how to set up the associations
Teams
-------------------------
id
name
Players
-------------------------
id
name
teams_players
------------------------
team_id
player_id
Yerseys
id
size enum('S','M', 'L', 'XL')
players_yerseys
------------------------
player_id
yersey_id
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---