Menu Handling Class With Simplexml And Php is a Xml And Php script
Overall rating: (N/A)
|
The scrpit Menu Handling Class with SimpleXML and PHP is a XML and PHP script (RSS / XML content pharser).
The monstrous part of prgoramming web applications is writing a lot of code - time-consuming. Clasess are usefull to save time. This class is taking care of the menu handling. The XML file is not hard to create: Main navigation and sub navigation differ only from the name of the node, the id of main and sub node must be the same to assign to each ohter. The menu class hanldes how and when to open and close the navigation elements. The scirpt controls nine variables you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The script is made of two parts: In the first part the class lopos through the XML file counting all the values from the main nodes and sets text, Url and Id to access the corresponding sub elements. In part 2 there are three parts: First we read the id and set the corresponding main elements (if id is 2 we show only 2 main elements), second we show all sub elements with the same id and third we show the rest of the elements.
|
 Write a comment about the script Menu Handling Class with SimpleXML and PHP
|