web-user-behavior Provides methods to ensure compatiblity for rights and yii-user.

web-user-behavior

  1. Features
  2. Installation
  3. Download
  4. Usage
  5. Resources

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

4 0
7 followers
0 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Auth
Developed by: schmunk
Created on: Mar 10, 2013
Last updated: 11 years ago

Related Extensions