Search code examples
permissionsyiiuser-management

user/group/permission is need in Yii framework


I am developing a project with Yii framework.

I need to organized website users in some groups to give them specific permissions.

I don't know if there is any pre-written module/extension for this purpose in Yii framework I have to write it myself?

would you give me some information about it?


Solution

  • Yes there is a really good extension to do it: Rights!

    With rights you can:

    • Assign some permission to a user
    • Assign one or several groups to a user
    • Assign some rights to a group
    • Make a group heritate rights from an other
    • And a lot more!