This commit is contained in:
thinkphp
2016-12-02 22:24:28 +08:00
parent 65f13177c2
commit 670b7d13a8

View File

@@ -26,6 +26,7 @@ class Template
// 引擎配置
protected $config = [
'view_path' => '', // 模板路径
'view_base' => '',
'view_suffix' => 'html', // 默认模板文件后缀
'view_depr' => DS,
'cache_suffix' => 'php', // 默认模板缓存后缀