Revision #3 has been created by atrandafir on Jan 11, 2010, 5:44:41 PM with the memo:
updated WebUser tutorial link
« previous (#2) next (#4) »
Changes
Title
unchanged
Using the configuration file, explain what can be configured.
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
// 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([...]