视图类fetch方法cache参数调整

This commit is contained in:
thinkphp
2015-12-13 21:25:32 +08:00
parent 958d665d3c
commit 9444419dd3
2 changed files with 5 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ class Template
'taglib_build_in' => 'cx', // 内置标签库名称(标签使用不必指定标签库名称),以逗号分隔 注意解析顺序
'taglib_pre_load' => '', // 需要额外加载的标签库(须指定标签库名称),多个以逗号分隔
'display_cache' => false, // 模板渲染缓存
'cache_id' => '', // 模板缓存ID
'tpl_replace_string' => [],
];