Using Rights Extension

Hello friends. i am new on yii and want to use rights extension for implement Role Based Access Control. i installed this extension and see it’s settings in my browser. i assigned Role, Task and Operation to one of my controllers’ actions, but Rights, has not any effect :(

i know that was my mistake and my work is incorrect, therefore i need some helps for using Rights extension. can anyone help me for using this extension step by step?

Thanks in advance

You need to extend the base Controller with RController (in protected/components). Then all controllers will be using Rights. Hope it helps. I’ve only been using Yii for a couple of weeks :)