Yii::app()->user->isGuest

Hello,

I have my own login page (which is global login), so i don’t want to login agin. Is there any way to pass second login attempt. My variable name is $globaluser[5]. Can anyone give me some idea how to do this?

if (Yii::app()->user->isGuest) {

$this->actionLogin();

} else {

$this->render(‘index’);

}

is that possible to set Yii::app()->user->isGuest to my Global login variable like $setlogin[5]

public CActiveFinder together()

Uses the most aggressive join approach. By calling this method, even if there is LIMIT/OFFSET option set for the primary table query, we will still use a single SQL statement. By default (without calling this method), the primary table will be queried by itself so that LIMIT/OFFSET can be correctly applied.