Revision #5 has been created by Maurizio Domba Cerin on Dec 7, 2010, 7:53:55 AM with the memo:
typo fix
« previous (#4)
Changes
Title
unchanged
Multiple Databases and Multiple Domains
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
database
Content
changed
[...]
'username' => 'root',
'password' => 'itsasecret',
'charset' => 'utf8',
),
'db2'=>array(
'class' => 'CDBbConnection',
'connectionString' => 'mysql:host=localhost;dbname=database2',
'emulatePrepare' => true,
'username' => 'root',
'password' => 'itsasecret',
'charset' => 'utf8',[...]