Thread: MUD's
View Single Post
  #4  
Old 01-07-2008, 12:34 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
Dusty, you still make the ini objects from scratch when using what Chompy posted here...it's just a database of sorts with which instances of objects can be copied from.

So what Chompy has there joins the class to blank object and you copy in script like so...

PHP Code:
temp.file = new TIniFile();
temp.file.load("filepath"); 
__________________
Stan.
Reply With Quote