You need to set respond as json, status code and halt whole app: if( ... ) { if($this->request->is('ajax')) { $this->response->type('json'); ...
確定! 回上一頁