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!
Need: Free PHP to Flowchart Software/Script?
Moderator: General Moderators
-
srg_rector
- Forum Newbie
- Posts: 1
- Joined: Thu Jun 03, 2010 7:35 pm
Re: Need: Free PHP to Flowchart Software/Script?
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
http://msdn.microsoft.com/en-us/library ... 10%29.aspx
Re: Need: Free PHP to Flowchart Software/Script?
Also, if I'm not mistaken, Visio will open SVG files and there are lots of PHP SVG classes out there.