Tuesday, May 26, 2015

Table prefix in Yii

'db'=>array(
 'connectionString' => 'mysql:host=localhost;dbname=proficiency',
 'emulatePrepare' => true,
 'username' => 'test',
 'password' => '12345665',
 'charset' => 'utf8',
        'tablePrefix' => 'my_',
                    
  ),

No comments:

Post a Comment