Rather than store all the settings for my site on the database I thought it'll be better to put some of the more common ones in files. Is there any easy way to do this or is the only choice doing it in plian text and parsing it myself. If so whats the standard functions to edit files?
Last edited by Electroman; Nov 16th, 2004 at 07:15 AM.
When your thread has been resolved please edit the original post in the thread ()
and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.
I made a config class, which I use to parse my config files. But I have not written any documentation for yet, so you are on your own working out how to use it.
It uses the httpd.conf file format, not the ini file format.