ThinkPHP的RBAC权限管理模块,该如何处理

WBOY
Release: 2016-06-13 11:46:49
Original
818 people have browsed it

ThinkPHP的RBAC权限管理模块
think的rbac只能提供对针对功能的权限  有什么方法可以改进不但支持对功能的访问权限 还能提供对数据的访问权限,求指教
------解决方案--------------------
你可以把对数据的访问权限分解到对功能的访问权限去,这样就可直接套用原有的代码
你也可以直接修改他的代码,但这要看你对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