Created
May 14, 2014 18:08
-
-
Save dereuromark/5dc3b85a43a969ccde01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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