Home > Backend Development > PHP Tutorial > PHP框架queryphp课程:入门十一 权限系统设计

PHP框架queryphp课程:入门十一 权限系统设计

WBOY
Release: 2016-06-13 11:03:40
Original
1099 people have browsed it

PHP框架queryphp教程:入门十一 权限系统设计

权限系统设计说明:

主要组成有三种身份?

  • 超级管理员?
  • 组(部门)?
  • 用户?
  • 身份(也叫角色)?
  • 权限表

组长?

? ? ? ?可以列出所有属于自己的身份(role)

? ? ? ?可以添加组员和设置管理员(群模式)

? ? ? ?可以添加(非supperadmin)role身份

? ? ? ?可以给自己的会员设置属于自己组的Role身份?

管理员

? ? ? ?设置组长 添加组长 添加组 添加BRAC权限 身份

? ? ? ?设置router类为保护类,只要设置了登录保护类,那么就要登录验证

? ? ? ?设置成员Role身份?

超级管理员?

? ? ? ?添加删除管理员?

成员User?

? ? ? ? 从自己的组中取得Role身份

? ? ? ? 从成员身份表中取得自己的身份Role

? ? ? ? 除了管理员,其它都使用成员+Role身份操作前后台程序

原文链接:http://tjwzjs.cn/news/knowledge/2012/1211/59.html

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