array( 'gii' => array( 'class' => 'system.gii.GiiModule', 'password' => 'password', ), ), // Application components 'components' => array( // Database 'db' => array( 'connectionString' => 'mysql:host=localhost;dbname=usuarios_dev', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'tablePrefix' => '', ), // 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, trace, info', 'showInFireBug' => true, ), ), ), ), 'params'=>array( ), ); ?>