Revision #8 has been created by tadpole on Jan 18, 2012, 9:50:46 AM with the memo:
added 'components' => 'messages'
« previous (#7) next (#9) »
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',
),
// url[...]