<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 06:43:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Where is the include coming from?]]></title>
      <guid>http://www.phpdeveloper.org/news/10754</guid>
      <link>http://www.phpdeveloper.org/news/10754</link>
      <description><![CDATA[<p>
<i>Federico Cargnelutti</i> has <a href="http://phpimpact.wordpress.com/2008/08/04/php-applications-where-is-the-include-coming-from/">posted an interesting overview</a> that graphically shows outlines for a few major PHP projects showing where the includes are coming from.
</p>
<blockquote>
The includes of the system map out the dependencies of the system, which files depend on which, which subsystem depends on which. When working with a system, it's always useful to map out the dependencies before hand.
</blockquote>
<p>
The software he's created the images for include <a href="http://phpimpact.files.wordpress.com/2008/08/wordpress.gif">WordPress</a>, <a href="http://phpimpact.files.wordpress.com/2008/08/phpbb.gif">phpBB</a>, and a few frameworks - <a href="http://phpimpact.files.wordpress.com/2008/08/symfony.gif">Symfony</a>, <a href="http://phpimpact.files.wordpress.com/2008/07/zend-blog-db-hor.gif">Zend Framework</a> and <a href="http://phpimpact.files.wordpress.com/2008/08/cake.gif">CakePHP</a>. He used the <a href="http://t3.dotgnu.info/blog/tags/inclued/">Inclued</a> and <a href="http://www.graphviz.org/">Graphviz</a> software to make the charts.
</p>]]></description>
      <pubDate>Mon, 04 Aug 2008 11:13:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[William Candillon's Blog: Using XSLT to Visualize a Parse Tree]]></title>
      <guid>http://www.phpdeveloper.org/news/6408</guid>
      <link>http://www.phpdeveloper.org/news/6408</link>
      <description><![CDATA[<p>
On his "Yet andother PHP blog" today, <i>William Candillon</i> shares <a href="http://wcandillon.blogspot.com/2006/10/i-wrote-this-xslt-stylesheet-to.html">a script he's written up</a> to create a visualization of the parse tree of a bit of PHP source code.
</p>
<blockquote>
I wrote <a href="http://phpaspect.org/graphviz/toDot.xsl">this xslt stylesheet</a> to <a href="http://en.wikipedia.org/wiki/Graph_drawing">visualize</a> <a href="http://pecl.php.net/package/Parse_Tree">the parse tree of a PHP source code</a>. The stylesheet can actually convert any XML tree to graph in the <a href="http://www.graphviz.org/pub/scm/graphviz2/doc/info/lang.html">dot format</a> interpreted by <a href="http://www.graphviz.org/">Graphviz</a>.
</blockquote>
<p>
His <a href="http://wcandillon.blogspot.com/2006/10/i-wrote-this-xslt-stylesheet-to.html">code</a> is a simple seven line script that outputs a nice, clean tree structure image of how the process flows. He includes links to all of the source and files he used to create the tree image.
</p>]]></description>
      <pubDate>Tue, 03 Oct 2006 08:27:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hartmut Holzgraefe's Blog: PHP Graphviz Extension]]></title>
      <guid>http://www.phpdeveloper.org/news/6376</guid>
      <link>http://www.phpdeveloper.org/news/6376</link>
      <description><![CDATA[<p>
In <a href="http://www.php-groupies.de/blogs/archives/15-PHP-Graphviz-Extension.html">this new blog post</a>, <i>Hartmut Holzgraefe</i> talks about his experiences with the <a href="http://www.graphviz.org/">Graphviz library</a> and its integration with PEAR.
</p>
<blockquote>
<p>
We've had PHP Graphviz support in <a href="http://pear.php.net/package/Image_Graphviz">PEAR</a> for quite a while but only by passing graph description files to graphviz binaries running in seperate processes and by collection their output files later.
</p>
<p>
Now it is possible to create graphs by adding nodes, edges and node and edge attributes to a graph within PHP itself.
</p>
</blockquote>
<p>
He's even created a <a href="http://graphviz.php-baustelle.de/">trac site</a> for deonstration and <a href="http://graphviz.php-baustelle.de/trac/downloads/">downloading</a> of this new bit of functionality. There's also some documentation in a <a href="http://graphviz.php-baustelle.de/trac/tractab/Manual">simple manual</a> on the trac pages as well.
</p>]]></description>
      <pubDate>Wed, 27 Sep 2006 10:03:00 -0500</pubDate>
    </item>
  </channel>
</rss>
