示例#1
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
 }
示例#2
0
文件: App.php 项目: joegeck/cerb4
 function __construct($manifest)
 {
     $this->_TPL_PATH = dirname(dirname(__FILE__)) . '/templates/';
     parent::__construct($manifest);
 }