document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \'components\' => array(
  2.     \'db\'=>array(
  3.         \'class\' => \'CDbConnection\',
  4.         \'connectionString\'=>\'mysql:host=localhost;dbname=my_db\',
  5.         \'charset\' => \'UTF8\',
  6.         \'username\'=>\'root\',
  7.         \'password\'=>\'root\',
  8.     ),
  9. ),
');