I currently have one giant class. and a few scripts that access them.
On the very top, I have quite a few config information (database names, passwords, etc.)
I would like to break them up a bit. Into 3 separate classes.
That's the easy part.
The question is how can I put those config variables in yet another file, and have them globally accessible to all functions in all the classes, as well as the scripts that access the classes?