예제 #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');
 }