コード例 #1
0
ファイル: App.php プロジェクト: Hildy/cerb5
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->_TPL_PATH = dirname(dirname(__FILE__)) . '/templates/';
 }
コード例 #2
0
ファイル: App.php プロジェクト: joegeck/cerb4
 function __construct($manifest)
 {
     parent::__construct($manifest);
     $this->tpl_path = dirname(dirname(__FILE__)) . '/templates';
 }