i've searched all of those web site but never found anything close to what im looking for. i found one component(not free) with a powerful tools to create an organization chart on the web(just only one that i've found) but i just want a sample code to learn , not a complete package.
i wonder that there is no a sample code about organization chart?
my database is just look like this
id name parent_id
1 A null <--------root
2 B 1
3 C 1
4 D 1
5 E 2
6 F 2
7 G 3
8 H 4
9 I 4
10 J 4
11 K 9
and the result should look like this (with link line)
A
|
|------------------|-----------------|
B C D
|----------| | |----|---------|
E F G H I J
|
K
that's it =)
and by the way,this post will cut all space ,so my result chart may look not very right.
thanks,