Revision #6 has been created by marcanuy on Aug 19, 2011, 2:15:34 AM with the memo:
updating configuration filename
« previous (#5) next (#7) »
Changes
Title
unchanged
Add information to Yii::app()->user by extending CWebUser
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
```
**3. The last step, configure the application**
```php
// you must edit protected/config/configmain.php
// and find the application components part
// you should have other components defined there
// just add the user component or if you
// already have it only add 'class' => 'WebUser',[...]