Skip to content

Instantly share code, notes, and snippets.

@LubosRemplik
Created August 6, 2012 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LubosRemplik/3272058 to your computer and use it in GitHub Desktop.
Save LubosRemplik/3272058 to your computer and use it in GitHub Desktop.
'titleTranslation' => array(
(int) 0 => array(
'id' => '1',
'locale' => 'eng',
'model' => 'Category',
'foreign_key' => '2',
'field' => 'title',
'content' => 'English text'
),
(int) 1 => array(
'id' => '2',
'locale' => 'spa',
'model' => 'Category',
'foreign_key' => '2',
'field' => 'title',
'content' => 'Spanish text'
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment