Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (10) | Download .zip | Reputation | Support forum (7) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-04-12 (5 years ago) | Not enough user ratings | Total: 1,376 This week: 2 | All time: 2,732 This week: 591 |
Version | License | PHP version | Categories | |||
phptreegraphext 0.2 | GNU Lesser Genera... | 5.0 | PHP 5, Graphics, Data types |
Description | Author | |||||||||||||
This package can be used to render graphical diagrams of hierarchical trees of nodes. |
|
/** * phpTreeGraph * * * PHP version 5 * @copyright Mathias Herrmann 2007 * @author Mathias Herrmann <mathias_herrmann@arcor.de> * @author Alex Fomenko <alex.fomenko@gmail.com> * @license LGPL * * * This PHP class is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * * License as published by the Free Software Foundation; either * * version 2.1 of the License, or (at your option) any later version. * * * * This PHP class is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * * * * * */ Documentation Please take a look at the examples (Demo1.php, Demo2.php) to see the possibilities of phptreeGraph. Classes: ------------------------------------------------------------------------------------ Tree.php - main class contains the layout algorithm (walker algorithm) for calculating the node positions. GDRenderer.php contains functions to draw the graph Node.php contains the Node class |
Screenshots | ||
Files | / | classes |
File | Role | Description |
---|---|---|
GDRenderer.php | Class | GD rendering class |
Node.php | Class | node class |
Tree.php | Class | Main class with layout algorithm |
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.
Related pages |
freshmeat page freshmeat page |
Parent project The project is parent of this one |
SourceForge You can get source files from this link |