在 yii 中使用 urlManager 路由到特定操作 1.


route to specific action using urlManager in yii 1

我这里有一个问题,我正在尝试将"http://example.com/xxx/xxx/index.php/Offer/Dashboard"路由到此操作"http://example.com/xxx/xxx/index.php/marketing/Offer/Dashboard"

注意:营销是我的应用程序中的一个模块。

如何在 yii 1 中使用网址管理器来做到这一点

urlManager 中可能的rule

'<controller:Offer>/<action:Dashboard>' => 'marketing/<controller>/<action>'

详细了解网址管理