Need: Free PHP to Flowchart Software/Script?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
srg_rector
Forum Newbie
Posts: 1
Joined: Thu Jun 03, 2010 7:35 pm

Need: Free PHP to Flowchart Software/Script?

Post 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!
MB34
Forum Newbie
Posts: 6
Joined: Wed Jun 16, 2010 9:38 pm

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

Post 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
MB34
Forum Newbie
Posts: 6
Joined: Wed Jun 16, 2010 9:38 pm

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

Post by MB34 »

Also, if I'm not mistaken, Visio will open SVG files and there are lots of PHP SVG classes out there.
Post Reply