public function after() { if ($this->debug) { $this->data['debug']['method'] = $this->request->method(); $this->data['debug']['param'] = $this->request->param(); $this->data['debug']['post'] = $this->request->post(); $this->data['debug']['get'] = $this->request->query(); $this->data['debug']['body'] = $this->request->body(); $this->data['debug']['headers'] = $this->request->headers(); } $this->errors(); echo $this->response(); parent::after(); }
public function before() { parent::before(); }
public function after() { parent::after(); }