I have two modules built by two developers:
1) backoffice
2) reporting
However they share a single connection. The problem now is the security aspect.
Both modules are independent in their respective folder(s) but they share the
same connection.
A developer mention that with the current architecture it is impossible to have
a single file to control the security. I would have to make changes to every
file concerning to security.
Therefore is there a solution to the problem.