XMLConfigReader is an open-source PHP5 class to read configuration data directly from an XML file and store it on a bidimensional array.
Be the first to post a text review of XMLConfigReader - PHP version. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.0.000 (2005-03-21) - sourceforge release
A quick start guide were added to this project homepage.
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 are taken from the content of sub-items tags. Once the XML data importing process is completed, array elements could be normally accessed using keys and subkeys.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?