tags:

views:

418

answers:

3

Hello,

I'm trying to build an dynamic organizational chart with php. Do i need to build it myself or is there some tools for that?

specification: all the positions in the company are predefined in the org chart, we only add persons in the correspondent position.

I need your suggestions.

Thanks.

+2  A: 

You could use GraphViz and connect it to your php via PEAR. You can generate graphs like these: Example.

You can find more examples here

theomega
Thanks. theomega, you mean image_graphviz for php??
garcon1986
Sorry, wrong link, fixed it!
theomega
A: 

Thanks theomega, I know a free french version of organizational chart, which is here

It's realised by dojo, php. But i found that it's not what i want extactly. I want the fonction and name of the person in one box.

garcon1986
A: 

Hello,

I have installed image_graphviz and graphviz in my computer. but i don't know how to use it actually. Because there is so few documentation.

Does anyone have ever done this job or have some relational materials??

thanks a lot.

garcon1986