Пример #1
0
 function __construct($obj)
 {
     $this->matchClass = "Compile_Match_TMPL";
     parent::__construct($obj);
     //$this->content = str_replace($matches[0][$key], '', $this->content);
     //krumo($this->import);
     //GenFun::setCookie("compile_root", true, Compiler::$root);
 }
Пример #2
0
 function __construct($obj)
 {
     $this->matchClass = "Compile_Match_JS";
     parent::__construct($obj);
 }