PHP Classes / Configuration Loader

Generate a PHP class from a configuration XML file

Configuration Loader PHP Class

This class can be used to generate PHP configuration classes from a XML file. It parses a given XML document and generates a PHP class with variables with the names of the XML tags. The class variable values are set to data contained in the tags. If the PHP class file exists and is updated relatively to the XML file, the class file is not regenerated.

Similar PHP Classes

Search in PHP Classes

Filter by tags