Hi there,
I have problem with i18n.
I have model "user" which is belongsTo "group".
I have model "group" where fields are localized:
var $actsAs = array('Translate' => array('name','description'));When I load data from "user", I have any fields from "group" but not localized fields . CakePhp reads only from tables users and groups I read about Translate::bindTranslation, but this isn't work :o(. Do you have any solutions ? (Sorry for my bad english). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
