PHP Code:
function theFunction() {
temp.obj = new TStaticVar();
temp.obj.join("ClassWithTheScript");
temp.obj.load(thepath);
}
I have it set on the server so I can use:
PHP Code:
function theFunction() {
temp.file = new TIniFile();
temp.file.load("data/random.ini");
// do stuff
}