RBAC is one of the most common rights management techniques in commercial systems. RBAC is a kind of thought, any programming language can be realized, its mature simple control idea more and more by the vast number of developers like. The thinkphp (RBAC) Rights Management Video tutorial will introduce the basic knowledge, principles and the complete implementation process of RBAC in detail through theoretical and practical parts, and demonstrate the application scenarios of RBAC.
Course Play Address: http://www.php.cn/course/497.html
This video is the snow Fox LYC teacher creation, the teacher Lectures style:
Teachers teach in a clear, well-organized, layered analysis, interlocking, rigorous argumentation, structural rigorous, with the logical power of thinking to attract students ' attention, with reason to control the course of classroom teaching. By listening to the teaching of teachers, students not only learn knowledge, but also receive the training of thinking, but also by the teachers rigorous study attitude of edification and infection
The difficulty in this video is the configuration of role management permissions:
In the actual production user process, the role of the application is very broad, then what is the role?
A role is a collection of permissions that can be delegated to a user or role to control the user's access and behavior to an object.
When creating a user, do you authorize the DBA role directly to it for convenience? In fact, this is a very risky behavior.
Here are two things you can think about:
1. What permissions does the Connect,resource role contain?
2. How do I query which roles the user has?
What permissions does the Connect,resource role contain?
The dba_sys_prives view can be used to query
Here are also recommended for you to download the information: http://www.php.cn/xiazai/learn/2104
thinkphp (RBAC) Rights Management System video Tutorial Courseware