コード例 #1
0
ファイル: user.php プロジェクト: marietta-adachi/website
 public function action_index()
 {
     $res = Model_Db_User::byCustom();
     //throw new \HttpServerErrorException();
     $d['user_list'] = $res;
     $this->template->content = View_Smarty::forge('user', $d);
 }