Skip to content

srayner/NavTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NavTree

A php class for rendering flat data as tree navigation HTML.

Usage

  1. Pass it some flat data in the constructor
  2. Call the render function.
include ('NavTree.php');
$navigation = new NavTree($data);
$navigation->render();

See example.php for a full example.

Credits

Original code taken from Stack Overflow

About

A php tree navigation component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages