Пример #1
0
 public function CompiledChecker()
 {
     $Templates = new TemplateModule('/templates');
     $TemplatesCompiledPath = '/data/TemplatesCompiled';
     $this->lists = $Templates->CheckCompiledFile($TemplatesCompiledPath);
     $this->TemplatesCompiledPath = $TemplatesCompiledPath;
 }