时间:2021-12-26 10:41:09 | 栏目:PHP代码 | 点击:次
设置默认controller
在/protected/config/main.php添加配置
上述配置了默认的controller为AutoController.php
设置默认action
在AutoController.php中设置
public function actionTest()
{
...
}
...
此时访问xxxx/index.php会默认转到xxxx/index.php?r=auto/test