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

Comparing #5 with #6

Revision #6 was created by marcanuy marcanuy on Aug 19, 2011, 2:15:34 AM.

updating configuration filename

Content

[...]
```

**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',
[...]