Hi all,
I have been working for a while on a navigation tool using PHP 5 and the SimpleXML extension. It's not really polished yet but it works more or less.
It uses an XML file (duh) to hold a 'map' of a website, and iterates through the file generating side-nav style navigation.
I still have to finish up the render method to parse any images and attributes, and also put decent error handling throughout. The next step is to write an admin interface to the XML file 🙂
I should have a 'live' PHP5 host soon but until then here is the code and an example 'site', I'd appreciate some critique. Of course you will need PHP 5 to run it. Just extract to your docroot somewhere (only tested on 5 RC2/Win btw).
Thanks 🙂
<?= PHPNav ?>