mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
Template类改进layout方法
This commit is contained in:
@@ -26,6 +26,8 @@ class Think
|
||||
'view_suffix' => '.html',
|
||||
// 模板文件名分隔符
|
||||
'view_depr' => DS,
|
||||
// 是否开启模板编译缓存,设为false则每次都会重新编译
|
||||
'tpl_cache' => true,
|
||||
];
|
||||
|
||||
public function __construct($config = [])
|
||||
|
||||
Reference in New Issue
Block a user