Exemple #1
0
 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");
 }
Exemple #2
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
 }