web-user-behavior

Provides methods to ensure compatiblity for rights and yii-user.
6 followers

web-user-behavior

This extension provides methods to ensure compatiblity for rights and yii-user.

Features

Yii Behavior, which implments features from WebUser from mishamx/yii-user to avoid errors when using both extensions mentioned above together.

Installation

  • via composer
    • include the repository http:://packages.phundament.com
    • composer.phar require schmunk42/web-user-behavior

Download

Via github

Usage

Download

Extract and place it into your application

Configure:

'user' => array(
    'class' => 'RWebUser',
    'behaviors' => array(
        'vendor.schmunk42.web-user-behavior.WebUserBehavior'
    ),
),

Attaches methods needed by yii-user module to your RWebUser class from rights.

Resources

Total 1 comment

Leave a comment

Please to leave your comment.

Create extension
Downloads
No downloadable files yet