I have two files that each contain a class. I want to use the variables set in the config class in another class that is in a seperate file. I have tried various things but I can not get it to work. The 2 files are
How do I use the info from the config file in the main reports class. This is my first attempt at using a class.