[SOLVED]User Login With DB

include(Employee.php): failed to open stream: No such file or directory

(/home/mystuff/frameworks/yii/framework/YiiBase.php:432)

I have tried everything and I am still getting this error

:unsure:

file employee.php not found . this error is coming when i am using this code , please help i am new to yii , I want to login from database

include(Employee.php): failed to open stream: No such file or directory

(/home/mystuff/frameworks/yii/framework/YiiBase.php:432)

hi mr. kiran, i got this error:




Property "CWebUser.userType" is not defined.



i did debug, and assume maybe it comes from the accessRules function in my controllers.




array('allow', // allow admin user (type 1) to perform 'admin' and 'delete' actions

 'actions'=>array('admin','delete'),                                

 'expression'=>'(Yii::app()->user->userType == 1)'                                

),



what should i do mr. kiran?

thanks in advance…

Thanks. It works fine