Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.66 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => Array
  4.         (
  5.             [Group] => Array
  6.                 (
  7.                     [id] => 1
  8.                     [name] => Bus
  9.                 )
  10.  
  11.             [User] => Array
  12.                 (
  13.                     [0] => Array
  14.                         (
  15.                             [id] => 1
  16.                             [username] => admin
  17.                             [password] => c174be6164e133cb700e25ff9336a94845c961d0
  18.                             [name] => andi
  19.                             [company] => andi
  20.                             [email] => andreas.hommel@planet-itservices.com
  21.                             [phone] => 12345
  22.                             [group] => admin
  23.                             [country_id] => 1
  24.                             [list_admin] => 0
  25.                             [enabled] => 1
  26.                         )
  27.  
  28.                     [1] => Array
  29.                         (
  30.                             [id] => 4
  31.                             [username] => tester
  32.                             [password] => 08c2f6793d68dda016b64ac905150ce045188763
  33.                             [name] => Andi Tester
  34.                             [company] => Testcompany
  35.                             [email] => andreas.hommel@planet-itservices.com
  36.                             [phone] => +49 176 240 39 248
  37.                             [group] => users
  38.                             [country_id] => 2
  39.                             [list_admin] => 1
  40.                             [enabled] => 1
  41.                         )
  42.  
  43.                     [2] => Array
  44.                         (
  45.                             [id] => 5
  46.                             [username] => donald
  47.                             [password] => 85fb23cce421258c1734a3ce0307ca9968c06898
  48.                             [name] => Donald Duck
  49.                             [company] => Disney
  50.                             [email] => andreas.hommel@planet-itservices.com
  51.                             [phone] => +49 176 240 39 248
  52.                             [group] => users
  53.                             [country_id] => 2
  54.                             [list_admin] => 0
  55.                             [enabled] => 1
  56.                         )
  57.  
  58.                 )
  59.  
  60.         )
  61.  
  62.     [1] => Array
  63.         (
  64.             [Group] => Array
  65.                 (
  66.                     [id] => 2
  67.                     [name] => Truck
  68.                 )
  69.  
  70.             [User] => Array
  71.                 (
  72.                     [0] => Array
  73.                         (
  74.                             [id] => 1
  75.                             [username] => admin
  76.                             [password] => c174be6164e133cb700e25ff9336a94845c961d0
  77.                             [name] => andi
  78.                             [company] => andi
  79.                             [email] => andreas.hommel@planet-itservices.com
  80.                             [phone] => 12345
  81.                             [group] => admin
  82.                             [country_id] => 1
  83.                             [list_admin] => 0
  84.                             [enabled] => 1
  85.                         )
  86.  
  87.                 )
  88.  
  89.         )
  90.  
  91.     [2] => Array
  92.         (
  93.             [Group] => Array
  94.                 (
  95.                     [id] => 3
  96.                     [name] => Van
  97.                 )
  98.  
  99.             [User] => Array
  100.                 (
  101.                     [0] => Array
  102.                         (
  103.                             [id] => 1
  104.                             [username] => admin
  105.                             [password] => c174be6164e133cb700e25ff9336a94845c961d0
  106.                             [name] => andi
  107.                             [company] => andi
  108.                             [email] => andreas.hommel@planet-itservices.com
  109.                             [phone] => 12345
  110.                             [group] => admin
  111.                             [country_id] => 1
  112.                             [list_admin] => 0
  113.                             [enabled] => 1
  114.                         )
  115.  
  116.                     [1] => Array
  117.                         (
  118.                             [id] => 6
  119.                             [username] => hans
  120.                             [password] => 801cc32f587bcc97da6ba2e5061758f65730f61e
  121.                             [name] => hans wurst
  122.                             [company] => bla
  123.                             [email] => andreas.hommel@planet-itservices.com
  124.                             [phone] => 1212121
  125.                             [group] => users
  126.                             [country_id] => 2
  127.                             [list_admin] => 0
  128.                             [enabled] => 1
  129.                         )
  130.  
  131.                 )
  132.  
  133.         )
  134.  
  135. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement