yii ~ is user login

if (Yii::app()-> user-> getIsGuest()) {
die('must login');
} else {
die('login');
}

沒有留言: