Skip to content

Instantly share code, notes, and snippets.

@dereuromark
Created May 14, 2014 18:08
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 dereuromark/5dc3b85a43a969ccde01 to your computer and use it in GitHub Desktop.
Save dereuromark/5dc3b85a43a969ccde01 to your computer and use it in GitHub Desktop.
array(
(int) 0 => array(
'ParentCategory' => array(
'id' => '1',
'name' => 'Lorem ipsum dolor sit amet',
'parent_id' => '1'
)
)
)
https://github.com/cakephp/cakephp/blob/master/lib/Cake/Utility/Hash.php#L1041
Undefined offset: 0
public static function nest(array $data, $options = array()) {}
Line 1041
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment