Difference between #17 and #18 of
Installing Yii Users and Rights to Newly Created Yii app

Changes

Title unchanged

Installing Yii Users and Rights to Newly Created Yii app

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

yii user, right, user, Authentication, access control, rights, Role based access control

Content changed

[...]
'cssFile'=>'rights.css', // Style sheet file to use for Rights.
'install'=>false, // Whether to enable installer.
'debug'=>false,
),
```

 
Change 
 
 
 
 
 
 
 
```php 
'authManager'=>array(
 
            'class'=>'RDbAuthManager',
 
            'connectionID'=>'db',
 
            'itemTable'=>'authitem',
 
        'itemChildTable'=>'authitemchild',
 
        'assignmentTable'=>'authassignment',
 
        'rightsTable'=>'rights',
 
        ),
 
```


Your application is now ready .
[...]
------------------

[http://www.yiiframework.com/wiki/448/assigning-dynamic-roles-to-a-user-using-yii-rights-module-at-the-time-of-user-creation-and-using-some-special-features-of-yii-rights/](http://www.yiiframework.com/wiki/448/assigning-dynamic-roles-to-a-user-using-yii-rights-module-at-the-time-of-user-creation-and-using-some-special-features-of-yii-rights/ "continue")

 
11 1
40 followers
Viewed: 108 028 times
Version: 1.1
Category: Tutorials
Written by: Rajith R
Last updated by: Rajith R
Created on: Nov 27, 2012
Last updated: 10 years ago
Update Article

Revisions

View all history