Skip to content

Instantly share code, notes, and snippets.

@f0t0n
Created April 30, 2012 11:30
Show Gist options
  • Save f0t0n/2557488 to your computer and use it in GitHub Desktop.
Save f0t0n/2557488 to your computer and use it in GitHub Desktop.
import db config
<?php
return array(
'connectionString' => 'mysql:host=localhost;dbname=book_import_db',
'emulatePrepare' => true,
'username' => 'sp1222',
'password' => '2221ps',
'charset' => 'utf8',
'tablePrefix' => 'tbl_',
'enableProfiling' => true,
'class'=>'CDbConnection',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment