News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
Dynamically Create Menu With PHP DOM
July 20, 2009 @ 10:50:52

New from Kevin Waterson on the PHPro.org site is this tutorial looking at dynamically making a website menu with PHP's DOM functionality.

Most PHP coders will have their own menu generation class that will take an array or an item and add it to a HTML un-ordered list or other tag and the styling is handled with CSS. This has proven to be a worthy solution to menu creation, however, PHP already has all the tools and classes built in to create a menu using DOM. It is both powerful and extensible and further eliminates for yet another class in your tree.

The tutorial shows you how to create a simple XML document to define the menu using the DOM functionality in PHP and finally output it as a series of unordered lists that can be styled in whatever way you want.

0 comments voice your opinion now!
xml dom menu dynamic


blog comments powered by Disqus

Similar Posts

LoLoCoJr Blog: Rewriting a (large) PHP application in Rails, part 2

WebReference.com: XML-Enabled Applications

PHP-GTK Community Site: Extending GtkMenu class for Popup menu dialog

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL

PHPBuilder.com: Using XML - A PHP Developer\'s Primer, Part 2


Community Events









Don't see your event here?
Let us know!


tool podcast unittest code object community release api introduction phpunit zendframework2 example interview development testing language database framework composer opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework