CakePHP ACL 和列权限
我想使用 Cake 的内置 ACL 组件来授予某些用户读取数据库中的对象和特定列的权限。
因此,假设 user1 是管理员,他可以看到所有对象及其列,而 user2 则只有读取某些对象的权限,对于特定对象,他只能看到该对象的某些列。
例如:
User1 => Object1, column1, column2, column3, column4.
User1 => Object2, column1, column2, column3, column4.
User1 => Object3, column1, column2, column3, column4.
User2 => Object2, column3, column4
User2 => Object3, column1, column4
有没有办法使用 builin ACL 轻松做到这一点?
I'd like to use Cake's builtin ACL component for giving certain users permission to reading objects and specific columns in the database.
So lets say user1 is admin, he can see all the object and their columns, user2, only has the permission to read certain objects and for specific objects he can only see certain columns for that object.
For example:
User1 => Object1, column1, column2, column3, column4.
User1 => Object2, column1, column2, column3, column4.
User1 => Object3, column1, column2, column3, column4.
User2 => Object2, column3, column4
User2 => Object3, column1, column4
Is there a way to do this easily with the builin ACL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该使用这个它很容易设置并且用户界面友好与ajax
You should to use this it easy to set up and ui friendly with ajax