Use phing to make Yii application "installable"

Comparing #3 with #4

Revision #4 was created by Maurizio Domba Cerin Maurizio Domba Cerin on May 22, 2012, 10:47:53 AM.

..

Content

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