Hi Guys,
Does anyone know where I could find a PHP class to generate organizational charts?
Hi Guys,
Does anyone know where I could find a PHP class to generate organizational charts?
I suggest trying Graphviz (http://www.graphviz.org/). It isn't written in pure php, but it is easily callable from a script using the exec() function. It is quite easy to use but very powerful and customizable, and it is also the backend used by Doxygen to generate class documentation charts..
You can try XML Charts: http://www.maani.us/xml%5Fcharts/index.php
Or Pchart: http://pchart.sourceforge.net/