minerva icon indicating copy to clipboard operation
minerva copied to clipboard

Feature: Using a Config Class instead of global Vars

Open m4rcsch opened this issue 13 years ago • 0 comments

There are several global Variables, which should be isolated/capsulated.

Instead of using:

if (!isset($minerva_config['use_minerva_access']) || $minerva_config['use_minerva_access'] === true) {
 ...code
}

Using Static Config Helper Class or anything else would be great!

m4rcsch avatar Feb 02 '12 14:02 m4rcsch