CakePHP 的 ACL 是否能够处理属于多个组的用户?
CakePHP 的 ACL 组件能够处理属于多个组的用户吗?
谢谢!
is CakePHP's ACL component capable of handling users belonging to many groups?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不是开箱即用的,不……而且这个东西需要很多字符。
not out the box, no... and this thing requires to many chars.
在我自己与您并行的探索中,我发现了这些关于如何在 cakephp 中实现多对多/HABTM 用户组 ACL 的有希望的指南:
Ceeram 的授权插件
brett 在 mrphp.com 上的指南 注意:尽管尝试迁移程序;不过,它可能仍然适用于较旧的蛋糕版本。
In my own quest parallel to yours, I have found these promising guides to how to implement many-to-many/HABTM user-group ACL in cakephp:
Ceeram's Authorize Plugin
TinyAuth and some Q&A on its implementation
brett's guide on mrphp.com Note: I couldn't get this one to work in Cake2.x despite attempting migration procedures; It might still work in older cake version though.