作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
localhost.test/teacher/marklist
- teacher
是 Controller ,marklist 是 View 页面。
学生
登录并输入上述url
将显示该页面。如何防止这种情况发生?
最佳答案
有很多方法可以防止它,但在 Zend 中建议的方法是使用 Zend_Acl 并创建角色:学生、教师和资源。
您可以阅读有关 Zend 访问控制列表的更多信息 here .
来自Zend Page :
Zend_Acl provides a lightweight and flexible access control list (ACL) implementation for privileges management. In general, an application may utilize such ACL's to control access to certain protected objects by other requesting objects.
For the purposes of this documentation:
a resource is an object to which access is controlled.
a role is an object that may request access to a Resource
所以基本上你需要做:
关于php - 如何在zend框架中直接输入url来限制学生和老师访问对方的页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17547418/
我是一名优秀的程序员,十分优秀!