At the moment the only thing works for me is:
if(Yii::app()->session->count > 0) {
// do something here
}
But it doesn't seem to be the right way.
Any suggestion are greatly appreciated.
Thank you!
Posted 22 June 2010 - 11:49 AM
if(Yii::app()->session->count > 0) {
// do something here
}
Posted 25 June 2010 - 03:34 PM