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

Revision #5 has been created by ricardograna on Jan 14, 2010, 8:59:42 PM with the memo:

Additon of cache and sourceLanguage
« previous (#4) next (#6) »

Changes

Title unchanged

Using the configuration file, explain what can be configured.

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
'controllerMap'=>array('myController'=>'myExternalFramework.controllers.MyController'),

// default controller that will be executed when running the application
'defaultController'=>'site',

//
source language of the application
 
'l
user language (for Locale)
 
'language'=>'es',
 
 
        //language for messages and views
 
        'sourceL
anguage'=>'es',

// charset to use
[...]
// using sqlite
// 'connectionString'=>'sqlite:'.dirname(__FILE__).'/../data/blog.db',
//'),
// url
'urlManager'=>array(
// the URL format. It must be either 'path' or 'get'.
// path: index.php/controller/action/attribute/value
// get: index.php?r=controller/action&attribute=value
[...]
17 0
14 followers
Viewed: 90 925 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