Guest User

Untitled

a guest
Jul 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public function executeGet()
  2. {
  3.  
  4. $db = Frapi_Database::getInstance();
  5.  
  6. $this->results = $db->fetchAll('SELECT * FROM users');
  7.  
  8.  
  9.  
  10. return $this->toArray();
  11.  
  12. }
  13.  
  14. Server: nginx/1.10.3 (Ubuntu)
  15. Date: Wed, 18 Jul 2018 09:53:21 GMT
  16. Content-type: text/html; charset=UTF-8
  17. Transfer-encoding: chunked
  18. Connection: keep-alive
  19. Content-encoding: gzip
  20. Vary: Accept-Encoding
Add Comment
Please, Sign In to add comment