Authorizing a module in a framework
- by Devon
I've been studying PHP frameworks and I've been looking for how you would go about properly authorizing a module for classes, methods, and database actions.
For example, lets say I want a framework that includes different modules from different programmers:
Some core class may require special access, not all modules should have access to every…