A simple configuration file editor to ease you life in setting up php applications. Reads variables from a given file automatically and displays current value. New value will be written to file after submit.
The files in the attached zip will show, how to simply include kinda setup program with a good
php application for lazy people like me :)) who dont want to fire up a code editor anytime,
changes have to be done in a configuration file.
Just extract the two files from zip and you get:
1. setup.php
2. sample.conf.php
call setup.php?strCfgFile=sample.conf.php
to see how it works.
If you code a configuration file to be used with this editor, it will be worth it to follow the style
like:
variable=value //comment for the user to know, what is this
Like this, the frontend will be most efficient.
Hope this makes sense and will be used. Comments are welcome any time.
The functions and procedures inside setup.php are very simple and may (or should) be
extended and finetuned if necessary.