Dolorian wrote:
> Thanks for the answer.
> I have two questions on it:
>
> 1. I need to add an array item in Langs for every table that use langs,
> right ?
> 2. 'seasons_langs' has a third filed 'info', which actually holds the
> specific language information (for the other tables there could be more
> such fields). How am I supposed to populate this fild, when the
> 'seasons_langs' is determined as joinTable ?

Hmm, I was too quick to answer...
I fear that you need to create a Model for seasons_langs, then and have
hasMany and belongsTo tables.

To get a hint, you could perhaps see what has been done for Acl, with
Aro, Aco, and AroAco Models...


--~--~---------~--~----~------------~-------~--~----~
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