Using the access control list (ACL) model will make your PHP applications more secure and less vulnerable to exploits. It also will make user management easier. In a Developer.com article about ACL in PHP, Voja Janjic explains how to implement an access control list in PHP and MySQL.
Article link: Creating a Custom ACL in PHP