PHP Classes

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

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 601 This week: 1All time: 5,188 This week: 42Up
Version License PHP version Categories
mg-tree-view 1.0Artistic License3.0HTML, PHP 5, 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

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 (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:601
This week:1
All time:5,188
This week:42Up
User Comments (1)
This is a very good and useful class ! lool
12 years ago (José Filipe Lopes Santos)
70%StarStarStarStar