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
Post a Comment