Home > Backend Development > PHP Tutorial > 关于ThinkPhp RBAC的问题

关于ThinkPhp RBAC的问题

WBOY
Release: 2016-06-23 14:13:55
Original
932 people have browsed it

在Thinkphp的RBAC中,目前我看tp视频教程的做法是,无论用户对某个节点有没有权限,都显示给用户,只不过在用户操作的时候给出错误提示没有权限。请问大家,如何做到,没有权限的节点对应的菜单直接不显示给用户。


回复讨论(解决方案)

把对应权限要显示的菜单在指定model和action中坐判断。

把对应权限要显示的菜单在指定model和action中坐判断。

这部分rbac中没有什么方法了吧,只能通过自己去对应的权限表中查询然后自己过滤了吧?

这种事情要动手去做,观看视频是没有用的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template