1
I need to retrieve several constants from mainfile, but without doing a include or require of mainfile since that causes several functions of my specific module to go "caput". Is this possible? Is there some other solution to loading some of mainfile's constants?
Thanks