<?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>Fri, 24 May 2013 10:45:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: Real-life example of Closure usage with PHP5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/15551</guid>
      <link>http://www.phpdeveloper.org/news/15551</link>
      <description><![CDATA[<p>
<i>Gonzalo Ayuso</i> has posted his <a href="http://gonzalo123.wordpress.com/2010/12/06/real-life-example-of-closure-usage-with-php5-3/">real-life example of closures</a> in a PHP 5.3 application rather than some of the syntax-only based examples from several other sites around the web.
</p>
<blockquote>
One of the new improvements in new PHP5.3 version are the Closures. Here you are a real-life example where closures are really useful for me. 
</blockquote>
<p>
His example shows how to work with a nested array of data from a SQL query and walk through it using the <a href="http://php.net/array_walk">array_walk</a> function and a closure as a call back. Using the "use" keyword allows it to pull in values from outside the closure's scope and process the quantity, amount and price values to calculate totals.
</p>]]></description>
      <pubDate>Tue, 07 Dec 2010 15:31:35 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Keith Casey's Blog: The Joel Test Redux: web2project]]></title>
      <guid>http://www.phpdeveloper.org/news/13499</guid>
      <link>http://www.phpdeveloper.org/news/13499</link>
      <description><![CDATA[<p>
In <a href="http://caseysoftware.com/blog/the-joel-test-redux-web2project">this recent post</a> to his blog <i>Keith Casey</i> looks at applying <a href="http://www.joelonsoftware.com/articles/fog0000000043.html">the Joel Test</a> to an open source project he contributes largely to, <a href="http://www.web2project.net/">web2project</a>.
</p>
<blockquote>
In the last few months or so, it appears the PHP Community has finally found the <a href="http://www.joelonsoftware.com/articles/fog0000000043.html">Joel Test</a>. <A href="http://www.lornajane.net/posts/2009/Joel-Test-talk-at-PHPNW09">Lorna Jane</a> spoke about it last month at PHPNW 09 and this week <a href="http://www.brandonsavage.net/adapting-the-joel-test-to-web-development/">Brandon Savage adapted it for web development</a>.  While I'd love to point out the fact that I've been <a href="http://caseysoftware.com/blog/learning-from-mistakes">writing about the Joel Test</a> for years and even have the "Joel On Software" book on the required reading list for <A href="http://blueparabola.com/">Blue Parabola</a> staff... but I digress... 
</blockquote>
<p>
<i>Keith</i> looks at the different parts of the test - from making shippable software to good unit tests to creating a good build process - and compares them to the current state of web2project. He mainly focuses on the question of "Can you make a shippable version of your software in one step?"
</p>]]></description>
      <pubDate>Mon, 09 Nov 2009 08:07:33 -0600</pubDate>
    </item>
  </channel>
</rss>
