Ejemplo n.º 1
0
 public function action_index()
 {
     $res = Model_Db_User::byCustom();
     //throw new \HttpServerErrorException();
     $d['user_list'] = $res;
     $this->template->content = View_Smarty::forge('user', $d);
 }