I have been wondering how Cake 1.2 will handle this.  I built a similar 
system (though not so elegent) for one of my projects in 1.1.x

It's nice to see that I wasn't completely off target with the design.

Regards,
Langdon


jitka wrote:
>> Do I understand it right that the table i18n & i18n_content stores
>> translations for each table that uses it?
> 
> Yes.
> 
>> If that's right the structure for news would be:
>>
>> Table: news
>> id: int(8)
>> title: varchar(255)
>> content: text
>> ...other fields
> 
> No. Structure for table 'news' will be
> id: int(8)
> ...other fields
> 
> because all translated fields (title and content in your case) are
> only virtual, managed by TranslateBehavior in i18n tables.
> 
> 
> > 

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

Reply via email to