示例#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);
 }