I am new to yii. In default actionLogin() method in SiteController, I am searching for where
$model->attribtes
is defined?
$model->attributes=$_POST['LoginForm'];
I searched in LoginForm, CFormModel, CModel classes but I couldn't find. Is it a setter method?