array( 'db' => array( 'connectionString' => 'mysql:host=localhost;dbname=henriette', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'enableProfiling' => true, 'enableParamLogging' => true, 'schemaCachingDuration'=>0 ), 'components'=>array( 'log'=>array( 'routes'=>array( array( 'enabled' => false, 'class' => 'ext.db_profiler.DbProfileLogRoute', 'countLimit' => 1, 'slowQueryMin' => 0.1, ), ) ), ) ) );