Guest User

Untitled

a guest
Oct 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Array
  2. (
  3. [Person] => Array
  4. (
  5. [id] => 1
  6. [first_name] => Edwin
  7. [last_name] => Knecht
  8. [city_id] => 7065
  9. [state_id] => 6
  10. [country_id] => 1
  11. [dob] => 1951-05-28
  12. [created] => 2011-07-06 11:43:07
  13. [active] => yes
  14. [zip_code] => 70806
  15. [modified] => 2011-07-11 10:46:46
  16. )
  17.  
  18. [City] => Array
  19. (
  20. [id] => 7065
  21. [name] => Baton Rouge
  22. [state_id] => 20
  23. [active] => yes
  24. )
  25.  
  26. [State] => Array
  27. (
  28. [id] => 6
  29. [name] => California
  30. [code] => CA
  31. [country_id] => 1
  32. [active] => yes
  33. )
  34.  
  35. [Country] => Array
  36. (
  37. [id] => 1
  38. [name] => United States
  39. [code] => USA
  40. [active] => yes
  41. )
  42.  
  43. )
Add Comment
Please, Sign In to add comment