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?

有帮助吗?

解决方案

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!
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top