PHP Classes

MG's TreeView: Display list of elements of nested menus

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 597 All time: 5,187 This week: 284Up
Version License PHP version Categories
mg-tree-view 1.0Artistic License3.0HTML, PHP 5, Utilities and Tools
Description 

Author

This class can display list of elements of nested menus.

It can take a list of one or more node elements to display as menu displayed as a HTML list. The list may have a special title heading.

The class uses CSS styles to customize the presentation of the title and the list elements.

Picture of Andrea Del Santo
Name: Andrea Del Santo <contact>
Classes: 1 package by
Country: Italy Italy
Age: 37
All time rank: 3039115 in Italy Italy
Week rank: 483 Up21 in Italy Italy Up

Details
To use the Tree View Control, just instance a new object with a string that stands for the title: $tree = new TreeView("The Title"); or initialize with an array: $array = array("Node 1", array("Subnode 1", "Subnode 2"), "Node 2"); $tree = new TreeView("TheTitle"); to add later a node, just $tree->AddNode($array_with_node); to remove by querying the nodelist: $tree->RemoveNode("Node 1");
  Files folder image Files  
File Role Description
Accessible without login Plain text file README.txt Doc. Read me with documentation
Plain text file TreeView.php Class The class file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:597
This week:0
All time:5,187
This week:284Up
User Comments (1)
This is a very good and useful class ! lool
10 years ago (José Filipe Lopes Santos)
70%StarStarStarStar