Difference between #1 and #2 of
Yii Rights Management Tips

Changes

Title unchanged

Yii Rights Management Tips

Category unchanged

Tips

Yii version unchanged

Tags unchanged

rights, user, user management, yii user

Content changed

[...]
<?php
}
?>
```

Adding an item to role
 
------------------
 
 
 
 
 
```php 
Example 1
 
$this->_authorizer->authManager->addItemChild('role name', 'controllername.actionname');
 
 
Example 2
 
$this->_authorizer->authManager->addItemChild('role name', 'controllername.*');
 
```
 
Thank you Chris for the awesome module. and thanks mishamx.
2 0
4 followers
Viewed: 13 351 times
Version: 1.1
Category: Tips
Written by: Rajith R
Last updated by: Rajith R
Created on: Nov 6, 2014
Last updated: 9 years ago
Update Article

Revisions

View all history