Page 1 of 1

Need: Free PHP to Flowchart Software/Script?

Posted: Thu Jun 03, 2010 7:36 pm
by srg_rector
I am looking for a free program/script that will take PHP code and turn it into a flowchart.

I own MS Visio already so if there is one out there that will import into Visio, that would be great but not absolutely necessary.

Is there a Free Php to Flowchart Program/Script out there?
I use Windows 7 Ultimate.

Thanks for your time!

Re: Need: Free PHP to Flowchart Software/Script?

Posted: Thu Jun 17, 2010 6:11 am
by MB34
You can write one yourself using the XML document classes. See this overview of the new Visio XML format.
http://msdn.microsoft.com/en-us/library ... 10%29.aspx

Re: Need: Free PHP to Flowchart Software/Script?

Posted: Thu Jun 17, 2010 6:12 am
by MB34
Also, if I'm not mistaken, Visio will open SVG files and there are lots of PHP SVG classes out there.