document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \'modules\'=>array(
  2.         // uncomment the following to enable the Gii tool
  3.         \'gii\'=>array(
  4.             \'class\'=>\'system.gii.GiiModule\',
  5.             \'password\'=>\'yourpass\',
  6.             // If removed, Gii defaults to localhost only. Edit carefully to taste.
  7.             \'ipFilters\'=>array(\'127.0.0.1\',\'::1\'),
  8.         ),
  9.     ),
  10.  
  11.     // application components
  12.     \'components\'=>array(
  13.         ...
  14.         /*\'db\'=>array(
  15.             \'connectionString\' => \'sqlite:\'.dirname(__FILE__).\'/../data/testdrive.db\',
  16.         ),*/
  17.         // uncomment the following to use a MySQL database
  18.        
  19.         \'db\'=>array(
  20.             \'connectionString\' => \'mysql:host=localhost;dbname=test_heloyii\',
  21.             \'emulatePrepare\' => true,
  22.             \'username\' => \'admin\',
  23.             \'password\' => \'admin2010\',
  24.             \'charset\' => \'utf8\',
  25.         ),
  26.         ...
');