Exemplo n.º 1
0
 public function crud_delete()
 {
     Assert::found($this->_crud_model);
     $this->view->noRender();
     $this->_crud_model->delete();
     return $this->response->redirect(['for' => $this->router->getMatchedRoute()->getName(), 'controller' => $this->dispatcher->getControllerName(), 'action' => 'index']);
 }