array( // Database 'db'=>array( 'connectionString' => 'mysql:host=localhost;dbname=usuarios_test', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'tablePrefix' => '', ), // Fixture Manager for testing 'fixture' => array( 'class' => 'system.test.CDbFixtureManager', ), // Application Log 'log' => array( 'class' => 'CLogRouter', 'routes' => array( // Save log messages on file array( 'class' => 'CFileLogRoute', 'levels' => 'error, warning, trace, info', ), // Show log messages on web pages array( 'class' => 'CWebLogRoute', //'categories' => 'system.db.CDbCommand', 'levels' => 'error, warning', ), ), ), ), ); ?>