cxmove 2012-05-20 11:22:13 3719次浏览 2条回复 0 0 0

注册后怎么自动登陆??

我使用下面这代码不可以实现,请问哪里出错了。

if($user->save())
{
    $identity=new UserIdentity($user->username,$user->password);
    Yii::app()->user->login($identity);
    $thius->redirect('site/index');
}
您需要登录后才可以回复。登录 | 立即注册