Yii Rights Management Tips

Comparing #1 with #2

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.