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://dreamneverfall.cn/node/96)