dirname(__FILE__) . DIRECTORY_SEPARATOR . '..', 'name' => 'FactuGES', // preloading 'log' component 'preload' => array('log'), 'modules' => array( 'usuario' => array( ), ), // application components 'components' => array( 'db' => array( 'connectionString' => 'mysql:host=localhost;dbname=factuges_dev', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', ), 'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'class' => 'CFileLogRoute', 'levels' => 'error, warning', ), ), ), ), );