分类: YII框架

YII URL管理(隐藏index.php)

没有评论

2011年11月5日 at 8:44 下午分类:YII框架

通常在yii框架的Url中如下: http://yourdomain.com/index.php?r=account/login

1. 美化URL

修改config/main.php,增加一个component
‘urlManager’=>array(
‘urlFormat[......]

Read more

Popularity: 3% [?]