Welcome Guest, Not a member yet? Register   Sign In
Response
#1

PHP Code:
return $this->response->setJSON($data);
return 
$this->response->setXML($data); 

Tell me these are the final methods? That is, nothing is executed after sending?
Reply
#2

Responses still go through “after” filters and post-processing (like setting headers, etc).
Reply




Theme © iAndrew 2016 - Forum software by © MyBB