Advertisement
Guest User

output

a guest
Aug 16th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.07 KB | None | 0 0
  1.  
  2. Array
  3. (
  4.     [dashboard] => Array
  5.         (
  6.             [identifier] => dashboard
  7.             [text] => Dashboard
  8.             [url] =>
  9.             [position] =>
  10.             [children] => Array
  11.                 (
  12.                     [dashboard_child2] => Array
  13.                         (
  14.                             [identifier] => dashboard_child2
  15.                             [text] => Dashboard Child 2
  16.                             [url] =>
  17.                             [position] => Array
  18.                                 (
  19.                                     [0] => dashboard
  20.                                 )
  21.  
  22.                         )
  23.  
  24.                     [dashboard_child_child_1] => Array
  25.                         (
  26.                             [identifier] => dashboard_child_child_1
  27.                             [text] => Dashboard Child Child 1
  28.                             [url] =>
  29.                             [position] => Array
  30.                                 (
  31.                                     [0] => dashboard
  32.                                     [1] => dashboard_child1
  33.                                     [2] => foo
  34.                                 )
  35.  
  36.                         )
  37.  
  38.                     [dashboard_child1] => Array
  39.                         (
  40.                             [identifier] => dashboard_child1
  41.                             [text] => Dashboard Child 1
  42.                             [url] =>
  43.                             [position] => Array
  44.                                 (
  45.                                     [0] => dashboard
  46.                                 )
  47.  
  48.                         )
  49.  
  50.                     [dashboard2] => Array
  51.                         (
  52.                             [identifier] => dashboard2
  53.                             [text] => Dashboard2
  54.                             [url] =>
  55.                             [position] => Array
  56.                                 (
  57.                                     [0] => dashboard
  58.                                 )
  59.  
  60.                         )
  61.  
  62.                 )
  63.  
  64.         )
  65.  
  66. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement