コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->smarty->template_dir = WEB_PATH . 'html/templates/ticket';
     //设置本功能所有页面的模板路径
 }
コード例 #2
0
ファイル: check.action.php プロジェクト: bizonix/sailvan
 /**
  * 构造函数
  */
 public function __construct()
 {
     parent::__construct();
 }