response->type('ajax'); // 3.7 //$this->response->withType('ajax'); // 3.10 $this->response = $this->response->withType('ajax'); } }