Php permission management-php Tutorial

Source: Internet
Author: User
How does php perform permission management? How does php design permission allocation after login? for example, six people have different system permissions. how can I design a database, how can I determine different permissions after logging on to the system? Share: how php manages permissions
Dear friends, how does php design the permission assignment after login? for example, six people have different system permissions. how can I design a database, how can I determine different permissions after logging on to the system?

Share: More


------ Solution --------------------
Http://bbs.csdn.net/topics/390610933
------ Solution --------------------

------ Solution --------------------
Reference:

The table relationship is clear, and you need to complete the function on your own.
------ Solution --------------------
It doesn't need to be so complicated. it's just a combined game.
$ D = array ('browsed ', 'new', 'modify', 'delete ');
$ U = array (0, 1, 2, 3 );
Foreach ($ u as $ k ){
Echo "\ n $ k ";
Foreach ($ d as $ p => $ v) echo $ p = ($ p & $ k )? $ V :'';
}
0 browsing
1. browse New
2. browse and modify
3. browse new, modify, and delete

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.