Esempio n. 1
0
 function __construct($path)
 {
     $this->path = $path;
     Gongo_Locator::load($this->libraryPath, 'Smarty');
 }
Esempio n. 2
0
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'PHPTAL');
 }
Esempio n. 3
0
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'Fammel');
 }
Esempio n. 4
0
 function __construct($path)
 {
     $this->path = $path;
     Gongo_Locator::load($this->libraryPath, 'Smarty');
     Smarty::muteExpectedErrors();
 }
Esempio n. 5
0
 function init()
 {
     Gongo_Locator::load($this->libraryPath, 'HamlParser');
 }