34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Add information to Yii::app()->user by extending CWebUser (better version)
Comparing
#6
with
#7
Revision #7 was created by
emix
on Aug 15, 2010, 4:35:07 PM.
code fix
« Previous (#6)
Next (#8) »
Content
[...]
return parent::__get($name);
}
public function login($identity, $duration) {
$this->setState('__userInfo', $identity->getUser
info()->attributes
()
);
parent::login($identity, $duration);
}
}
?>
```
[...]