Thread: TIniFile
View Single Post
  #17  
Old 12-30-2007, 09:26 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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

__________________
Reply With Quote