Difference between #7 and #9 of
Using the configuration file, explain what can be configured.

Changes

Title unchanged

Using the configuration file, explain what can be configured.

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
// 'connectionString'=>'sqlite:'.dirname(__FILE__).'/../data/blog.db',
//'charset'=>'utf8',
'schemaCachingDuration'=>'duration in seconds',
),

                // config for db message source here, see http://www.yiiframework.com/doc/api/CDbMessagesource
 
                'messages' => array(
 
                       'class' => 'CDbMessageSource',
 
                ),
 
 
// caching
'cache'=>array(
'class'=>'A cache class, like: system.caching.CApcCache',
[...]
?>
```

 
### Links
 
[Chinese version](http://projects.ourplanet.tk/node/96)
17 0
14 followers
Viewed: 90 984 times
Version: 1.1
Category: Tutorials
Tags:
Written by: atrandafir
Last updated by: Yang He
Created on: Jan 10, 2010
Last updated: 11 years ago
Update Article

Revisions

View all history