Recommend this page to a friend! |
Download .zip |
Info | View files (2) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2012-09-22 (4 years ago) | Not enough user ratings | Total: 561 | All time: 5,184 This week: 1,113 |
Version | License | PHP version | Categories | |||
mg-tree-view 1.0 | Artistic License | 3.0 | HTML, PHP 5, Utilities and Tools |
Description | Author | |||||||||||||
This class can display list of elements of nested menus. |
|
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 |
File | Role | Description |
---|---|---|
README.txt | Doc. | Read me with documentation |
TreeView.php | Class | The class file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.