Yii Rights Management Tips

Comparing #1 with #2

Revision #2 was created by Rajith R Rajith R on Nov 6, 2014, 6:49:44 AM.

Adding an item to role

Content

[...]
<?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.