Cannot Instantiate Abstract Class Cactiverecord

Hi ,

im facing this error.

Cannot instantiate abstract class CActiveRecord in C:\xampp\htdocs\workspace2\yii\framework\db\ar\CActiveRecord.php on line 386

i have no idea what makes this error!

cracking my head.

please i need yii’s masters help

You’ve declared an ActiveRecord model without the model() method, which is required in all classes extending from CActiveRecord.