thinkt4nk/Yii-Session-Manager
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To use, simply define a scopeMembersOnline() scope method for your User model and plug the component into your config as such: 'components' => ... 'SessionManager' => array( 'class' => 'path.to.the.component', ), ... ),