Skip to content

Instantly share code, notes, and snippets.

@aramis-it
Created November 18, 2016 02:43
Show Gist options
  • Save aramis-it/dfae9ed340891a7d2a5597112c6feb2b to your computer and use it in GitHub Desktop.
Save aramis-it/dfae9ed340891a7d2a5597112c6feb2b to your computer and use it in GitHub Desktop.
cakephp 3 update entity
<?php
$translation = $this->Translations->patchEntity($translation, $this->request->data, [
'validate' => false,
'associated' => ['SentenceTranslations' => ['accessibleFields' => ['id' => true]]]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment