Add information to Yii::app()->user by extending CWebUser

Comparing #2 with #3

Revision #3 was created by JayRoe JayRoe on Feb 5, 2010, 11:19:21 PM.

1. Make shure you => 1. Make sure you

Content

[...]
There is also another method of doing this that retrieves the variables from session or cookie instead:
[How to add more information to Yii::app()->user (based on session or cookie)](http://www.yiiframework.com/doc/cookbook/6/)

**Steps to follow:**
1. Make s
hure you have got an database User model.
2. Create a component that extends CWebUser.
3. Specify in the config.php what user class the application must use.

**1. The User model should be a file like this, that you probably already have, anyway for who doesn't:**
[...]