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");