Using the configuration file, explain what can be configured.

Comparing #7 with #8

Revision #8 was created by tadpole tadpole on Jan 18, 2012, 9:50:46 AM.

added 'components' => 'messages'

Content

[...]
// '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
[...]