need help with Mentalis IniReader class

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

I'm a newbie but would like to use Mentalis' IniReader class. I have
only figured out how to read out Sections from an INI but cannot
figure out how to loop through the section keys and values. I'd like
to place all the sections, keys, values(multiple for each key) into a
collection and then pass the entire collection back to the calling
function so I can parse it out.

If anyone can show me some example code I'd highly appreciate it!

thanks,
Aaron
 
* (e-mail address removed) (Aaron) scripsit:
I'm a newbie but would like to use Mentalis' IniReader class. I have
only figured out how to read out Sections from an INI but cannot
figure out how to loop through the section keys and values. I'd like
to place all the sections, keys, values(multiple for each key) into a
collection and then pass the entire collection back to the calling
function so I can parse it out.

<http://www.mentalis.org/forum/>
 
Back
Top