XMLConfigReader is an open-source PHP5 class to read configuration data directly from an XML file.
XMLConfigReader reads resource text data directly from a XML file and store it on a bidimensional array. The first dimension keys are taken from the value of the id attribute of the <item> elements. The second dimension array keys are taken from the names of the sub-items tags. The values...