I am trying to figure out what the best way to handle this set up is
in cakephp.  Any help that you guys can provide is very very
appreciated.

Say I have  "Categories" and "Items" and "Languages".

Items can have many Languages (HABTM)
Categories can contain many Items (HABTM)

When a category contains a Item it can have a select set of that Items
Languages. This is the relationship I am not quite sure what the best
way to do so cakephp can handle it well.  Should I create a
CategoryItems_Languages table which links the Categories_Items table
to the Languages ?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to