Andy Boyd


Creating a PHP Settings Class

Posted in Programming by andy on the June 21st, 2006

This is a great reference for creating a PHP class to handle multiple types of config files.  

http://www.phpit.net/article/create-settings-class-php/

I didn’t know PHP had a parse_ini_file function…  very cool.

Leave a Reply

You must be logged in to post a comment.