Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public function users_get()
  2. {
  3. $this->response('string with special character such as animación', REST_Controller::HTTP_OK);
  4. }
  5.  
  6. public function users_get()
  7. {
  8. $data["message"] = 'string with special character such as animación';
  9. $this->response($data, REST_Controller::HTTP_OK);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement