// default controller that will be executed when running the application
'defaultController'=>'site',
// source language of the application
'luser language (for Locale)
'language'=>'es',
//language for messages and views
'sourceLanguage'=>'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