Menu

Tree [6eaf2e] master /
 History

HTTPS access


File Date Author Commit
 classes 2011-04-12 Alex Fomenko Alex Fomenko [6eaf2e] small fixes for margines
 Demo1.php 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 Demo1.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 Demo2.php 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 Demo2.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 Readme 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 croc.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 fish.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 frosch.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...
 fungi.png 2011-01-31 Alex Fomenko Alex Fomenko [a4a844] Initial release. Created from http://www.phpcla...

Read Me

/**
  * 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