Zend Auth 和不使用 MVC 组件的 ACL 使用
我想在我的自定义 php 站点上使用 Zend_Auth 和 Zend_Acl 等 Zend 模块。 是否有任何代码示例不涉及我可以使用的 Zend 框架的完整使用(MVC 组件)?
I want to make use of Zend modules such as Zend_Auth and Zend_Acl on my custom php site.
Are there any code examples that do not refer to the full use (MVC components) of the Zend framework that I could use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。可以单独使用 Zend ACL。
以下链接很有用 -
http://framework.zend.com/manual/en/zend.acl.html
http://www.zendcasts.com/zend-acl- with-authentication-and-reflection/2009/06/(视频)
http://blog.davidjclarke .co.uk/database-driven-zend-acl-controlling-access-to-your-web-application.html
Yes. It is possible to use Zend ACL separately.
The following links are useful -
http://framework.zend.com/manual/en/zend.acl.html
http://www.zendcasts.com/zend-acl-with-authentication-and-reflection/2009/06/ (video)
http://blog.davidjclarke.co.uk/database-driven-zend-acl-controlling-access-to-your-web-application.html