Difference between #3 and #4 of
Use phing to make Yii application "installable"

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:
[...]
7 0
10 followers
Viewed: 14 659 times
Version: 1.1
Category: How-tos
Tags: phing
Written by: sensorario
Last updated by: Maurizio Domba Cerin
Created on: May 22, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history