IS_API 下面不通过路由解析 直接解析到API类所在的命名空间 Route类改进

This commit is contained in:
thinkphp
2016-06-26 23:31:53 +08:00
parent 0fe45ce5c1
commit 5fee111484
3 changed files with 54 additions and 20 deletions

View File

@@ -93,6 +93,8 @@ return [
'url_controller_layer' => 'controller',
// 表单请求类型伪装变量
'var_method' => '_method',
// URL解析方式 module controller class namespace
'url_parse_type' => 'module',
// +----------------------------------------------------------------------
// | 模板引擎设置