Using the configuration file, explain what can be configured.

Comparing #4 with #9

Content

[...]
'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(
[...]
);
?>
```