PHP Access Control System

前端 未结 5 1499
长情又很酷
长情又很酷 2020-12-30 11:00

I am part of a team creating a web application using PHP and MySQL. The application will have multiple users with different roles. The application will also be used in a geo

5条回答
  •  执笔经年
    2020-12-30 11:55

    If you don't know how to do this I would use a php framework like Zend Framework, CakePHP, or Symfony. They have done the heavy lifting for you and have some type of access control scheme already in place.

提交回复
热议问题