php lib for visualizing trees

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Widmer

    php lib for visualizing trees

    hi group,


    i want to visualize a tree structure using php. an output png would be
    best, i think so i was trying to find a library that does that for me.
    any ideas?


    thanks,
    chris
  • Colin McKinnon

    #2
    Re: php lib for visualizing trees

    Chris Widmer wrote:
    [color=blue]
    > hi group,
    >
    >
    > i want to visualize a tree structure using php. an output png would be
    > best, i think so i was trying to find a library that does that for me.
    > any ideas?
    >
    >[/color]

    You could try graphviz (http://www.graphviz.org/) which is a system for
    drawing graphs (not charts) with a relatively easy syntax.

    Alternatively you could try PHP Layers menu
    (http://phplayersmenu.sourceforge.net)

    HTH

    C.

    Comment

    Working...