Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. string(27) "select *, `id` from `users`"
  2. array(0) {
  3. }
  4. array(1) {
  5. [0]=>
  6. array(29) {
  7. ["id"]=>
  8. string(1) "1"
  9. ["intranetuser"]=>
  10. string(3) "loc"
  11. ["username"]=>
  12. string(5) "admin"
  13. ["firstname"]=>
  14. string(11) "Claromentis"
  15. ["surname"]=>
  16. string(13) "Administrator"
  17. ["company"]=>
  18. NULL
  19. ["emailad"]=>
  20. string(21) "chris@claromentis.com"
  21. ["ex_area_id"]=>
  22. string(1) "1"
  23. ["job_title"]=>
  24. NULL
  25. ["last_time_login"]=>
  26. string(10) "1498126612"
  27. ["last_time_used"]=>
  28. string(10) "1498132246"
  29. ["user_code"]=>
  30. NULL
  31. ["notify_on_checkin"]=>
  32. string(1) "1"
  33. ["notification_method"]=>
  34. string(1) "1"
  35. ["language"]=>
  36. string(2) "en"
  37. ["easy_find_num"]=>
  38. string(2) "10"
  39. ["skin"]=>
  40. string(7) "default"
  41. ["default_skin"]=>
  42. string(1) "0"
  43. ["pp_change_next_time"]=>
  44. string(1) "0"
  45. ["pp_default"]=>
  46. string(1) "1"
  47. ["password_last_change"]=>
  48. string(1) "0"
  49. ["ldap_guid"]=>
  50. NULL
  51. ["login_frozen_time"]=>
  52. string(1) "0"
  53. ["login_attempts"]=>
  54. string(1) "0"
  55. ["login_frozen_until"]=>
  56. string(1) "0"
  57. ["whats_new_list"]=>
  58. NULL
  59. }
  60. }
  61. string(226) "select `groups`.*, `user_groups`.`userid` as `pivot_userid`, `user_groups`.`groupid` as `pivot_groupid` from `groups` inner join `user_groups` on `groups`.`groupid` = `user_groups`.`groupid` where `user_groups`.`userid` in (?)"
  62. array(1) {
  63. [0]=>
  64. NULL
  65. }
  66. array(0) {
  67. }
  68. {
  69. "users_group": {
  70. "1": {
  71. "id": "1",
  72. "intranetuser": "loc",
  73. "username": "admin",
  74. "firstname": "Claromentis",
  75. "surname": "Administrator",
  76. "company": null,
  77. "emailad": "chris@claromentis.com",
  78. "ex_area_id": "1",
  79. "job_title": null,
  80. "last_time_login": "1498126612",
  81. "last_time_used": "1498132246",
  82. "user_code": null,
  83. "notify_on_checkin": "1",
  84. "notification_method": "1",
  85. "language": "en",
  86. "easy_find_num": "10",
  87. "skin": "default",
  88. "default_skin": "0",
  89. "pp_change_next_time": "0",
  90. "pp_default": "1",
  91. "password_last_change": "0",
  92. "ldap_guid": null,
  93. "login_frozen_time": "0",
  94. "login_attempts": "0",
  95. "login_frozen_until": "0",
  96. "whats_new_list": null,
  97. "groups": []
  98. }
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement