예제 #1
0
파일: Crud.php 프로젝트: nabble/ajde-core
 public function __toString()
 {
     try {
         $output = $this->output();
     } catch (Exception $e) {
         $output = Handler::handler($e);
     }
     return $output;
 }
예제 #2
0
 public function process()
 {
     return Handler::handler($this);
 }