Revision #4 has been created by Maurizio Domba Cerin on May 22, 2012, 10:47:53 AM with the memo:
..
« previous (#3)
Changes
Title
unchanged
Use phing to make Yii application "installable"
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
phing
Content
changed
[...]
```php
'db' => array(
'emulatePrepare' => true,
'charset' => 'utf8',
'connectionString' => 'mysql:host=[[hostname]];dbname=[[database]]',
'username' => '[[username]]',
'password' => '[[password]]',
'charset' => 'utf8',
),
```
Also, I like to set gii configuration in this way:[...]