News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


interview community introduction development application unittest symfony2 opinion custom release conference api manifesto framework test language series podcast phpunit security

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