支持单独启用控制器类的类名后缀 CLASS_APPEND_SUFFIX 作为全局开关

This commit is contained in:
thinkphp
2016-05-05 18:46:54 +08:00
parent 28a88d9937
commit e71a864915
3 changed files with 19 additions and 13 deletions

View File

@@ -33,6 +33,8 @@ return [
'default_filter' => '',
// 自动Response输出
'response_auto_output' => true,
// 是否启用控制器类后缀
'use_controller_suffix' => false,
// +----------------------------------------------------------------------
// | 模块设置