How to setup RBAC with a php file

Comparing #2 with #3

Revision #3 was created by bettor bettor on Feb 8, 2010, 9:43:47 PM.

adding more resources to the related readings

Content

[...]
## Related readings
[Role-Based Access Control](http://www.yiiframework.com/doc/guide/topics.auth#role-based-access-control)<br />
[CModel::rules()](/doc/api/CModel#rules-detail)<br />
[CAuthManager](http://www.yiiframework.com/doc/api/CAuthManager)<br />
[RBAC clarification](http://www.yiiframework.com/forum/index.php?/topic/2313-rbac-confusion)<br />
 
[another related rbac approach](http://yiiframework.ru/doc/cookbook/ru/access.rbac.file)<br />
>Disclaimer: The above code works for me. I do not guarantee that it will work in all situations. If you need more complex rbac structure use the DB one. I've read all posts in the forum RE rbac but none of them helped me so the above code has been discovered through trial & error. Use it on your own responsibility.