Skip to content

Instantly share code, notes, and snippets.

@crot4lus
Created June 25, 2015 10:36
Show Gist options
  • Save crot4lus/42b147b8e52d3c94f758 to your computer and use it in GitHub Desktop.
Save crot4lus/42b147b8e52d3c94f758 to your computer and use it in GitHub Desktop.
Cake belongsToMany
Array
(
[id] => 1
[name] => Super Admin
[permissions] => Array
(
[_ids] => Array
(
[0] => 7
[1] => 6
[2] => 2
[3] => 1
[4] => 4
[5] => 3
)
[0] => Array
(
[name] => Hello
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment