Manage Access Permissions In Yii

Hai all,i want to manage the access rules for all the users from the front end,with out touching the controller file.is there any way to do that?

hi,

plz try auth module.

http://www.yiiframework.com/extension/auth/

i’ve experienced that yii has best RBAM (Role Based Access Control Management) system ,in the comparison of codeigniter or cake.

visit http://www.yiiframework.com/extension/rbam/

have fun with yii…

Thanks All,I tried with usergroups extension that allows me to creating users and groups in frontend.And also there is an option to assign access permissions to each users and groups.But the problem is creating groups and users works fine,but it won’t take the access permission’s in the front end.that we have to give in the controller only.That is we have to give the actions and userGroups in each controller.