コード例 #1
0
ファイル: view.php プロジェクト: ngukho/mvc-cms
 function View($tpl_dir, $lang)
 {
     parent::__construct($tpl_dir);
     $this->aLang = $lang;
 }