コード例 #1
0
ファイル: Base.class.php プロジェクト: ToogleLiu/too
 public function __construct($controller)
 {
     $this->controller = $controller;
     $this->smarty = ResourceFactory::getSmartyInstance();
 }