How to handle different roles with different previliges in PHP?
- by user261002
I would like to know how we can create different "user Roles" for different users in PHP.
example:
Administrator can create all types of users, add, view, manipulate data, delete managers, viewers, and workers, etc
managers can only create, workers and viewers, can add and view data,
workers can't create new users, but can only add data and view…