Code Generation: ianaz configuration class
Silvio Rainoldi (contact me)
This class can be used to create a configuration file as a PHP script.
It takes as parameters the names and values of several configuration variables.
The class generates a PHP script file that assigns a variable with an associative array with the defined configuration variables. The name of the array variable is configurable.
The class may generate a new configuration script file or append an existing file.
The code and comments are in Italian.
Click here for detailed information about this class on phpclasses.org