Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.27 KB | None | 0 0
  1. array(11) {
  2.   [0]=>
  3.   object(stdClass)#9 (4) {
  4.    ["data"]=>
  5.     string(4) "Tous"
  6.     ["id"]=>
  7.     string(1) "1"
  8.     ["level"]=>
  9.     string(1) "0"
  10.     ["path"]=>
  11.     string(0) ""
  12.   }
  13.   [1]=>
  14.   object(stdClass)#10 (4) {
  15.    ["data"]=>
  16.     string(6) " Chats"
  17.     ["id"]=>
  18.     string(1) "2"
  19.     ["level"]=>
  20.     string(1) "1"
  21.     ["path"]=>
  22.     string(6) "/chats"
  23.   }
  24.   [2]=>
  25.   object(stdClass)#11 (4) {
  26.    ["data"]=>
  27.     string(13) "  Accessoires"
  28.     ["id"]=>
  29.     string(1) "9"
  30.     ["level"]=>
  31.     string(1) "2"
  32.     ["path"]=>
  33.     string(18) "/chats/accessoires"
  34.   }
  35.   [3]=>
  36.   object(stdClass)#12 (4) {
  37.    ["data"]=>
  38.     string(8) "   Jouet"
  39.     ["id"]=>
  40.     string(2) "10"
  41.     ["level"]=>
  42.     string(1) "3"
  43.     ["path"]=>
  44.     string(24) "/chats/accessoires/jouet"
  45.   }
  46.   [4]=>
  47.   object(stdClass)#13 (4) {
  48.    ["data"]=>
  49.     string(15) "  Alimentations"
  50.     ["id"]=>
  51.     string(1) "4"
  52.     ["level"]=>
  53.     string(1) "2"
  54.     ["path"]=>
  55.     string(20) "/chats/alimentations"
  56.   }
  57.   [5]=>
  58.   object(stdClass)#14 (4) {
  59.    ["data"]=>
  60.     string(13) "   Croquettes"
  61.     ["id"]=>
  62.     string(1) "6"
  63.     ["level"]=>
  64.     string(1) "3"
  65.     ["path"]=>
  66.     string(31) "/chats/alimentations/croquettes"
  67.   }
  68.   [6]=>
  69.   object(stdClass)#15 (4) {
  70.    ["data"]=>
  71.     string(7) "    BIO"
  72.     ["id"]=>
  73.     string(1) "8"
  74.     ["level"]=>
  75.     string(1) "4"
  76.     ["path"]=>
  77.     string(35) "/chats/alimentations/croquettes/bio"
  78.   }
  79.   [7]=>
  80.   object(stdClass)#16 (4) {
  81.    ["data"]=>
  82.     string(7) " Chiens"
  83.     ["id"]=>
  84.     string(1) "3"
  85.     ["level"]=>
  86.     string(1) "1"
  87.     ["path"]=>
  88.     string(7) "/chiens"
  89.   }
  90.   [8]=>
  91.   object(stdClass)#17 (4) {
  92.    ["data"]=>
  93.     string(13) "  Accessoires"
  94.     ["id"]=>
  95.     string(2) "11"
  96.     ["level"]=>
  97.     string(1) "2"
  98.     ["path"]=>
  99.     string(19) "/chiens/accessoires"
  100.   }
  101.   [9]=>
  102.   object(stdClass)#18 (4) {
  103.    ["data"]=>
  104.     string(15) "  Alimentations"
  105.     ["id"]=>
  106.     string(1) "5"
  107.     ["level"]=>
  108.     string(1) "2"
  109.     ["path"]=>
  110.     string(21) "/chiens/alimentations"
  111.   }
  112.   [10]=>
  113.   object(stdClass)#19 (4) {
  114.    ["data"]=>
  115.     string(7) "   Pate"
  116.     ["id"]=>
  117.     string(2) "12"
  118.     ["level"]=>
  119.     string(1) "3"
  120.     ["path"]=>
  121.     string(26) "/chiens/alimentations/pate"
  122.   }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement