[Solved] Blog Tutorial: models/User.php or models/TblUser,php?

Using Blog Tutorial on MySQL. Started using Yii just two days ago. I downloaded Yii’s version 1.1.3

I have ‘tablePrefix’=>‘tbl_’, in the db definition in config/main.php

When I create the model class code for tbl_user, Gii creates models/TblUser.php whereas it I try to create model class codes for all files (using * in the Table Name text box), it generates User.php, Post.php and so on. Look likes there a bug.

Update: Started from scratch: Works fine.