<?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>Wed, 19 Jun 2013 20:48:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework Dispatch Workflow Diagram]]></title>
      <guid>http://www.phpdeveloper.org/news/12503</guid>
      <link>http://www.phpdeveloper.org/news/12503</link>
      <description><![CDATA[<p>
In <a href="http://devzone.zend.com/article/4601-Zend-Framework-Dispatch-Workflow-Diagram">this new post</a> to the Zend Developer Zone, they point out a workflow diagram <i>Polley Wong</i> has come up with showing how the Zend Framework's dispatch system works (request handling).
</p>
<blockquote>
I've been researching Zend Framework lately and was curious about what's actually happening behind the scene of the whole dispatch process. Inspired by Thorsten Ruf's (<a href="http://nethands.de/download/zenddispatch_en.pdf">zenddispatch_en.pdf</a>) clear and beautifully presented workflow, I decided to go a step deeper and crawl Zend Framework's code. I came up with my own version of the flexible yet complicated workflow.
</blockquote>
<p>
You can check out this new PDF <a href="http://s3.amazonaws.com/ppt-download/zendframeworkdispatchworkflow-090508180623-phpapp02.pdf">here</a>. It diagrams out an overall view of the request handling, a look at what happens inside the front controller including components like the Controller Dispatcher, Action Controller, Action Helper Broker and Response Object.
</p>]]></description>
      <pubDate>Wed, 13 May 2009 08:47:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: The Symfony 1.1 Architecture]]></title>
      <guid>http://www.phpdeveloper.org/news/10477</guid>
      <link>http://www.phpdeveloper.org/news/10477</link>
      <description><![CDATA[<p>
Prior to their release of the next big jump in the Symfony framework, <i>Fabien Potencier</i> wanted to <a href="http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture">introduce people</a> to the new version and what they can expect.
</p>
<blockquote>
Apart from the <a href="http://www.symfony-project.org/blog/2008/06/18/the-symfony-forms-in-action-book-is-online">new</a> <a href="http://www.symfony-project.org/blog/2008/06/09/how-to-create-an-optimized-version-of-your-website-for-the-iphone-in-symfony-1-1">exciting</a> <a href="http://www.symfony-project.org/blog/2008/06/14/batches-are-dead-long-life-to-tasks">features</a> we have in symfony 1.1, this version also represents a year of hard work to refactor the internals. Let's dig into symfony internals a bit!
</blockquote>
<p>
They talk about the new platform that everything is built of off now including the framework itself (complete with diagrams mapping out the different parts of the MVC whole).
</p>]]></description>
      <pubDate>Tue, 24 Jun 2008 12:57:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Vexxblog: How to convert/encode files to FLV using FFMPEG & PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7919</guid>
      <link>http://www.phpdeveloper.org/news/7919</link>
      <description><![CDATA[<p>
From the Vexxblog, there's <a href="http://vexxhost.com/blog/2007/05/20/how-to-convertencode-files-to-flv-using-ffmpeg-php/">this new tutorial</a> that shows how, with FFMPEG and PHP, to convert and encode files to the FLV format.
</p>
<blockquote>
So, as I've written in an earlier article on how to install FFMPEG on your server, while there are those who probably use a 'YouTube Clone' script, there might be those who want to create their own using FFMPEG & PHP. FLV is the most widely used type of codec that runs on most Flash players.
</blockquote>
<p>
<a href="http://vexxhost.com/blog/2007/05/20/how-to-convertencode-files-to-flv-using-ffmpeg-php/">The tutorial</a> started with a diagram that outlines how the mini-app will work and is followed by the source. The script sets up the environment then grabs the file and sends it to the FFMPEG handler to be parsed and output as the FLV file (courtesy of a few handy command line parameters).
</p>]]></description>
      <pubDate>Fri, 25 May 2007 09:27:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alexander Netkachev's Blog: Zend_Controller classes]]></title>
      <guid>http://www.phpdeveloper.org/news/7116</guid>
      <link>http://www.phpdeveloper.org/news/7116</link>
      <description><![CDATA[<p>
On his blog today, <i>Alexander Netkachev</i> has <a href="http://www.alexatnet.com/Blog/Index/2007-01-18/zend_controller-classes">charted out</a> some of the new functionality in the latest version (0.6.0) of the Zend Framework as pertaining to improvements in the Zend_Controller.
</p>
<blockquote>
Zend Framework 0.6.0 release comes with improvements in Zend_Controller area (new Zend_Controller_Request, Zend_Controller_Response classes, dispatch process improvements), which looks very promising. Dispatching process now better described and its parts (Zend_Controller_Router and Zend_Controller_Dispatcher) are replaceable.
</blockquote>
<p>
He <a href="http://www.alexatnet.com/Blog/Index/2007-01-18/zend_controller-classes">also includes</a> a <a href="http://www.alexatnet.com/files/object/66/Zend_Controller.png">diagram of how it's all laid out</a> and a brief description of how each of these new pieces works.
</p>]]></description>
      <pubDate>Thu, 18 Jan 2007 07:06:25 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Visustin v4 Automates PHP Flowcharting and UML Diagramming]]></title>
      <guid>http://www.phpdeveloper.org/news/6837</guid>
      <link>http://www.phpdeveloper.org/news/6837</link>
      <description><![CDATA[<p>
According to <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26624,nodeid,5.html">this note</a> from the International PHP Magazine website, there's a new tool being offered by <a href="http://www.aivosto.com/">Aivosto</a> that allows PHP developers to "reverse engineer" their code back into flow charts and UML activity diagrams.
</p>
<blockquote>
Visustin is the ideal diagramming tool for software developers and document writers. Save your documentation efforts by automatic charting! Visustin reverse engineers your source code and visualizes it. No manual drawing is required. Your existing code is all you need. If you see a real complex case, print it out as a big mosaic and hang it on your wall.
</blockquote>
<p>
Functionality includes the automatic creation of a optimized layout, the ability to do a multi-page printout, saving the graphs/charts/etc in various formats, run a "bulk chart" on all of your files at once, and export options including PowerPoint, out to the web, and Word.
</p>
<p>
You can get the full details on the product (as well as screenshots and a <a href="http://www.aivosto.com/getshareware.html">demo</a>) from <a href="http://www.aivosto.com/visustin.html">their website</a>.
</p>]]></description>
      <pubDate>Wed, 06 Dec 2006 11:43:00 -0600</pubDate>
    </item>
  </channel>
</rss>
