示例#1
0
文件: Smarty2.php 项目: no22/gongo
 function __construct($path)
 {
     $this->path = $path;
     Gongo_Locator::load($this->libraryPath, 'Smarty');
 }
示例#2
0
文件: Phptal.php 项目: no22/gongo
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'PHPTAL');
 }
示例#3
0
文件: Fammel.php 项目: no22/gongo
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'Fammel');
 }
示例#4
0
文件: Smarty3.php 项目: no22/gongo
 function __construct($path)
 {
     $this->path = $path;
     Gongo_Locator::load($this->libraryPath, 'Smarty');
     Smarty::muteExpectedErrors();
 }
示例#5
0
文件: Phamlp.php 项目: no22/gongo
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'HamlParser');
 }