Designing An ACL Based Permission System
- by ryanzec
I am trying to create a permissions system where everything is going to be stored in MySQL (or some database) and pulled using PHP for a project management system I am building. I am right now trying to do it is an ACL kind of way. There are a number key features I want to be able to support:
1. Being able to assign permissions…