コード例 #1
0
ファイル: class.Template.php プロジェクト: baiduXM/agent
 public function CompiledChecker()
 {
     $Templates = new TemplateModule('/templates');
     $TemplatesCompiledPath = '/data/TemplatesCompiled';
     $this->lists = $Templates->CheckCompiledFile($TemplatesCompiledPath);
     $this->TemplatesCompiledPath = $TemplatesCompiledPath;
 }