I am trying to develop a real-time enterprise application which has rich Role Based Access Control features so i chosen Yii, which is rich in RBAC Support.

I have a use case where operations(Features) may differ with each users. A particular user may be allowed/requested to use particular feature/operations in the application. Eg: Administration Permissions and Users in prestashop.

in prestashop, You can create as many users as needed with specific permissions set for each user. Perhaps you want to only allow a user to edit products or view order statistics, PrestaShop allows you to set specific settings for each user. This feature creates a secure store while giving access to those who need it.

Screen Shot of prestashop Administration Permission and Users

I want to implement the same as in the screenshot attached through Yii.

Is it possible to acheive through Yii RBAC?

有帮助吗?

解决方案

Yes, it is possible with some differencies. I can write your own extension. But also you can use already written extension like Yii-Rights. You can a little modify this ext for your goals.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top