Skip to content

Instantly share code, notes, and snippets.

@pulse00
Created March 8, 2010 16:17
Show Gist options
  • Save pulse00/325307 to your computer and use it in GitHub Desktop.
Save pulse00/325307 to your computer and use it in GitHub Desktop.
array(
0 => array(
'User' => array(
'id' => 1
),
'Bill' => array(
0 => array(
'number' => 1000,
'id' => 10,
'status' => 'ZERW'
)
)
),
1 => array(
'User' => array(
'id' => 6
),
'Bill' => array(
0 => array(
'number' => 1000,
'id' => 12,
'status' => 'ZERW'
),
1 => array(
'number' => 1001,
'id' => 13,
'status' => 'ZERW'
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment