Skip to content

Instantly share code, notes, and snippets.

@pleasedontbelong
Created January 27, 2014 12:49
Show Gist options
  • Save pleasedontbelong/8647994 to your computer and use it in GitHub Desktop.
Save pleasedontbelong/8647994 to your computer and use it in GitHub Desktop.
cakephp habtm and validator array structure
Array
(
[Post] => Array
(
[name] => my test post
)
[Tag] => Array
(
[Tag] => Array
(
[0] => 1
[1] => 3
)
)
)
Array
(
[Post] => Array
(
[name] => my other test post
[Tag] => Array
(
[0] => 2
[1] => 4
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment