示例#1
0
文件: UmScApp.php 项目: Hildy/cerb5
 function __construct($manifest = null)
 {
     $this->_TPL_PATH = dirname(dirname(__FILE__)) . '/templates/';
     parent::__construct($manifest);
     //		$tpl = DevblocksPlatform::getTemplateService();
     //		$tpl->display("file:".$this->_TPL_PATH."portal/sc/internal/views/hello.tpl");
 }
示例#2
0
文件: UmScApp.php 项目: joegeck/cerb4
 function __construct($manifest)
 {
     parent::__construct($manifest);
 }