Rewrite Url with urlManager in Yii -


what must in order shorten user's page url like: http://mydomain.com/xegbmcry

i set string id each user.

you routes in main file should have rule :-

'<name:[\w\_]+>' => 'user/view' 

and acionview in usercontroller should like

public function actionview($name) 

Comments

Popular posts from this blog

python 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -