Ejemplo n.º 1
0
 function _dynamicCompilerLoader($source, &$smarty)
 {
     static $is_loaded;
     if (is_null($is_loaded)) {
         SELanguage::_getCompiler();
         $is_loaded = TRUE;
     }
     return $source;
 }