generator tree

ExplrPHP - Easy Tree Navigation Menu

ExplrPHP - Easy Tree Navigation Menu

ExplrPHP is a PHP script which provides an easy way to generate tree navigation menu in server-side from various sources of formats: usual PHP array, JSON file, XML file, or MySQL database table. Requirements: PHP5 jQuery Explr jQuery plugin Code example: <?php // include the required ExplrPHP class require_once('relative/path/to/Explr.php'); // give each instance a unique tree id $explr = new ExplrPHP('menu2'); // set path to Ex...