ni udah opreh yii deh


tapi ada error mau mau jalankan model user di yii shell,
database udah saya buat pakee mysql dan udah di create tabel usernya. Nah waktu mau generate model user di yii shel muncul ginian ni error-a :
unchanged user.php
The 'user' class has been successfully created in the following file:
C:\AppServ\www\testdrive\protected\models\user.php
If you have a 'db' database connection, you can test it now with:
$model=user::model()->find();
print_r($model);
connection db gini ni

'db'=>array(
'CDbConnection',
'connectionString'=>'mysql:host=localhost;dbname=yii',
'username'=>'root',
'password'=>'xxx',
),
mohon penerahannya
