改进Query类find和select方法的缓存处理

This commit is contained in:
thinkphp
2016-04-29 11:14:24 +08:00
parent 8f305a775e
commit 494b0dce2b
2 changed files with 7 additions and 12 deletions

View File

@@ -29,12 +29,6 @@ return [
'default_timezone' => 'PRC',
// 是否开启多语言
'lang_switch_on' => false,
// 支持的多语言列表
'lang_list' => ['zh-cn'],
// 语言变量
'lang_detect_var' => 'lang',
// 语言cookie变量
'lang_cookie_var' => 'think_lang',
// 默认全局过滤方法 用逗号分隔多个
'default_filter' => '',
// 自动Response输出