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:[...]