how to draw tree using gd

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ali_engr
Forum Newbie
Posts: 12
Joined: Thu Jun 21, 2007 8:08 am

how to draw tree using gd

Post by ali_engr »

I have hierarchical data of family in nested array. I want to draw tree of the nested data . If any one have such code please help me.

Thanks,
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Post by spamyboy »

You should see:

Code: Select all

http://ironcreek.net/phpsyntaxtree/
I think it's exatly what you are looking for.
ali_engr
Forum Newbie
Posts: 12
Joined: Thu Jun 21, 2007 8:08 am

Post by ali_engr »

Unable to download code. how I can get source code.
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Post by spamyboy »

Code: Select all

http://phpsyntaxtree.googlecode.com/svn/trunk/
Post Reply