config.php 182 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <?php return array( 'mysql' => array( 'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest', 'username' => 'travis', 'password' => '', 'fixture' => __DIR__ . '/mysql.sql', ), );