Exemplo n.º 1
0
 public function crud_edit(Closure $success = null)
 {
     Assert::found($this->_crud_model);
     $this->view->setVar('userData', $this->_crud_model->toArray());
     return $this->crud_create($this->_crud_model, $success);
 }