コード例 #1
0
ファイル: class.template.php プロジェクト: dalinhuang/yy
 function _fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars)
 {
     if (!function_exists("template_fetch_compile_include")) {
         require_once TEMPLATE_LITE_DIR . "internal/template.fetch_compile_include.php";
     }
     return template_fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars, $this);
 }
コード例 #2
0
ファイル: iTemplate.class.php プロジェクト: Junred/iCMS
 function _fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars)
 {
     $this->internal('template_fetch_compile_include');
     return template_fetch_compile_include($_templatelite_include_file, $_templatelite_include_vars, $this);
 }