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

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
[...]
17 0
14 followers
Viewed: 90 886 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