Comparing
#4 with
#5
Revision #5 was created by
Maurizio Domba Cerin on Dec 7, 2010, 7:53:55 AM.
typo fix
Content
[...]
'username' => 'root',
'password' => 'itsasecret',
'charset' => 'utf8',
),
'db2'=>array(
'class' => 'CDBbConnection',
'connectionString' => 'mysql:host=localhost;dbname=database2',
'emulatePrepare' => true,
'username' => 'root',
'password' => 'itsasecret',
'charset' => 'utf8',[...]