Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将在我的 ZF2 项目中实施访问控制。我正在检查 RBAC 和 ACL。哪一个最适合另一个?为什么?
Zend 将来会很好地支持哪一个?
我用谷歌搜索了它,但无法得到答案。
如果您使用 ZF2 ACL,您可能还需要做一些其他的事情,例如放置防火墙、加载 ACL 配置和设置规则等。
我对 ZF1 ACL 非常满意,但设置和保持最新资源(在我们的案例中为模型/控制器/动作)有点痛苦。
在 ZF2 中,您应该使用路由 - routeMatch 或 Controller 匹配。我发现 ZfcRbac 非常有用,它与 RBAC 非常相似,但它会增加一些位。
从那里开始可能更容易。
ZfcRbac