コード例 #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');
 }