Hi there, I am using Tranlate Behavior togheter with Smooth Translate to save
data in mult language using the i18n table generated by the CakePHP console.

In my model I had set the translatable fields, but when I save an file like
the below, instead it save's just the file path (that I define on the array
that is being save), it generates records with the index from array below at
i18n table.

[file] => Array
        (
            [name] => s2.jpg
            [type] => image/jpeg
            [tmp_name] => C:\wamp\tmp\php2271.tmp
            [error] => 0
            [size] => 3763
 )

Someone can help me?

Thanks,

Regards.

--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/Translating-file-path-with-TranslateBehavior-tp4576267p4576267.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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