I want to show the last login id from the database in view > _form.php file.I have made the code in _form.php file like this
$max = Yii::app()->db->createCommand()->select('max(id) as max')->from('TABLENAME')->queryScalar();
Just add one to get the next.