Skip to content

Instantly share code, notes, and snippets.

/entities.php Secret

Created May 25, 2017 20:24
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 anonymous/70f9f90f2830ecf9614cc4f2a3cf6f28 to your computer and use it in GitHub Desktop.
Save anonymous/70f9f90f2830ecf9614cc4f2a3cf6f28 to your computer and use it in GitHub Desktop.
$attachments:
[
(int) 0 => [
'result_id' => '',
'file_id' => (int) 896,
'is_active' => true
]
]
$patchedEntity:
object(Cake\ORM\Entity) {
'id' => (int) 157,
'attachments' => [
(int) 0 => [
'result_id' => '',
'file_id' => (int) 896,
'is_active' => true
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment