PHP、ZF:用于模块控制器操作的 Zend_Acl

发布于 2024-09-17 18:15:53 字数 153 浏览 4 评论 0原文

我需要一些示例(URL)来添加 Zend_Acl(角色和规则,允许访问或拒绝操作)。我已经用谷歌搜索过,但没有找到我真正需要的 - 逐步指南来提供模块的此类操作,而不仅仅是控制器操作。

顺便说一句,如果在示例中使用 Zend_Config 就好了。

提前谢谢!

I need some examples (URLs) for adding Zend_Acl (roles and rules, allowing to visit or deny actions). I've googled but didn't find exactly that I need - step by step guide to provide such operations with module, not just controller-action.

BTW, it's good if in example will be used Zend_Config.

Thx in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笨死的猪 2024-09-24 18:15:53

从阅读手册开始

你至少应该尝试解决问题在要求其他人为您查找文章之前。

但如果做不到这一点,这就是我所做的:

  • ACL 资源是我的模块
  • ACL 权限是我的控制器
  • 登录的用户有一个角色
  • 当检查 ACL 的访问权限时,使用登录用户的角色并使用请求对象的模块和控制器您的 ACL 资源和特权

Start by reading the manual

You should at least attempt to solve the problem before asking for others to find articles for you.

But failing that, this is what I do:

  • An ACL resource is my module
  • An ACL privilege is my controller
  • A logged in user has a role
  • When checking the ACL for access, use the logged in user's role and use the request object's module and controller for your ACL resource and privilege
静谧 2024-09-24 18:15:53

这里有一些教程 Zendcasts,com >访问控制不确定是否是您要找的内容,请查看。

Some tutorials here Zendcasts,com > Access Control not sure if its what you are looking for, have a look see.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文