Hi Forum

I've a problem with my cake application.

i've 2 tables (sites and articles). The relations in the model:
sites belong to sites (self join)
sites has many sites
sites has many article
articles belongs to sites

I added the translation behavior to my model and put the db-fields in
the setting array (name, text).
When I read data out the sites table (id=1) I get an array with it's
parent and child items. But the parent and child items arn't
translated. They're empty or are missing (depends on if the original
fields are still existing or not).
It seems the model doesn't take the data from the child elements from
the i18n-table. It ignores the translation behavior. But why? Or what
do I have to change?

Thank's for Help.

Patrick

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to