示例#1
0
文件: view.php 项目: ngukho/mvc-cms
 function View($tpl_dir, $lang)
 {
     parent::__construct($tpl_dir);
     $this->aLang = $lang;
 }