Advertisement
Guest User

fuelphp bug

a guest
Dec 4th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Array
  2. (
  3.     [1] => Model_Api_User Object
  4.         (
  5.             [_is_new:protected] =>
  6.             [_frozen:protected] =>
  7.             [_sanitization_enabled:protected] =>
  8.             [_data:protected] => Array
  9.                 (
  10.                     [id] => 1
  11.                     [ip] => Array
  12.                         (
  13.                             [0] => 127.0.0.1
  14.                             [1] => 127.1.1.1
  15.                         )
  16.  
  17.                     [name] => Test
  18.                     [prefix] => te
  19.                     [api_key] => TEST
  20.                     [api_secret] => TEST
  21.                     [enabled] => 1
  22.                     [blocked] => 0
  23.                     [created_at] =>
  24.                     [updated_at] =>
  25.                 )
  26.  
  27.             [_custom_data:protected] => Array
  28.                 (
  29.                 )
  30.  
  31.             [_original:protected] => Array
  32.                 (
  33.                     [id] => 1
  34.                     [ip] => 127.0.0.1;127.1.1.1
  35.                     [name] => Test
  36.                     [prefix] => te
  37.                     [api_key] => TEST
  38.                     [api_secret] => TEST
  39.                     [enabled] => 1
  40.                     [blocked] => 0
  41.                     [created_at] =>
  42.                     [updated_at] =>
  43.                 )
  44.  
  45.             [_data_relations:protected] => Array
  46.                 (
  47.                 )
  48.  
  49.             [_original_relations:protected] => Array
  50.                 (
  51.                 )
  52.  
  53.             [_reset_relations:protected] => Array
  54.                 (
  55.                 )
  56.  
  57.             [_view:protected] =>
  58.             [_iterable:protected] => Array
  59.                 (
  60.                 )
  61.  
  62.         )
  63.  
  64.     [2] => Model_Api_User Object
  65.         (
  66.             [_is_new:protected] =>
  67.             [_frozen:protected] =>
  68.             [_sanitization_enabled:protected] =>
  69.             [_data:protected] => Array
  70.                 (
  71.                     [id] => 2
  72.                     [ip] => 127.0.0.1;127.1.1.1
  73.                     [name] => test2
  74.                     [prefix] => te2
  75.                     [api_key] => test2
  76.                     [api_secret] => test2
  77.                     [enabled] => 1
  78.                     [blocked] => 0
  79.                     [created_at] =>
  80.                     [updated_at] =>
  81.                 )
  82.  
  83.             [_custom_data:protected] => Array
  84.                 (
  85.                 )
  86.  
  87.             [_original:protected] => Array
  88.                 (
  89.                     [id] => 2
  90.                     [ip] => 127.0.0.1;127.1.1.1
  91.                     [name] => test2
  92.                     [prefix] => te2
  93.                     [api_key] => test2
  94.                     [api_secret] => test2
  95.                     [enabled] => 1
  96.                     [blocked] => 0
  97.                     [created_at] =>
  98.                     [updated_at] =>
  99.                 )
  100.  
  101.             [_data_relations:protected] => Array
  102.                 (
  103.                 )
  104.  
  105.             [_original_relations:protected] => Array
  106.                 (
  107.                 )
  108.  
  109.             [_reset_relations:protected] => Array
  110.                 (
  111.                 )
  112.  
  113.             [_view:protected] =>
  114.             [_iterable:protected] => Array
  115.                 (
  116.                 )
  117.  
  118.         )
  119.  
  120. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement