首页  >  文章  >  后端开发  >  Yii2 路由的问题

Yii2 路由的问题

WBOY
WBOY原创
2016-06-06 20:14:07963浏览

假设注册了一个名为article的Module,是不是以article开头的url(开启enablePrettyUrl,关闭showScriptName)都只能路由到article这个Module,不能是其他的Controller吗?

回复内容:

假设注册了一个名为article的Module,是不是以article开头的url(开启enablePrettyUrl,关闭showScriptName)都只能路由到article这个Module,不能是其他的Controller吗?

配置文件中urlmanager 属性rules中为你其他特别的要article打头的控制器配置规则,应该有效

看了一下api文档,当enablePrettyURL为true时可以自行配置。

A special shortcut format can be used if a rule only specifies pattern
and route: 'pattern' => 'route'. That is, instead of using a
configuration array, one can use the key to represent the pattern and
the value the corresponding route. For example, 'post/' =>
'post/view'.

这里的route应该可以自定义。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn