Using the configuration file, explain what can be configured.

Comparing #2 with #3

Revision #3 was created by atrandafir atrandafir on Jan 11, 2010, 5:44:41 PM.

updated WebUser tutorial link

Content

[...]
// use null to force 403 HTTP error
'loginUrl'=>null,
// set here the name of a class
// that extends CWebUser and it is stored in
// protected/components/<classname>
// see: http://www.yiiframework.com/
forum/index.php?/topic/5610-extend-cwebuserdoc/cookbook/60/
'class' => 'WebUser',
),

// database
'db'=>array(
[...]