<?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>Sat, 18 May 2013 16:54:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Drafts of PSR-1 (and prelim PSR-2)]]></title>
      <guid>http://www.phpdeveloper.org/news/17949</guid>
      <link>http://www.phpdeveloper.org/news/17949</link>
      <description><![CDATA[<p>
In the wake of the success of the <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md">PSR-0 standard</a> (used in autoloading structures across frameworks and various applications), the PHP-FIG (Framework Interoperability Group) has start on drafts of other standards to help provide some guidelines to standardize PHP development across projects.
</p>
<p>
Among the group, <i>Paul Jones</i> has been <a href="https://github.com/pmjones/fig-standards/tree/psr-1-style-guide/proposed">writing serveral proposals</a> under the PSR-1 standard banner that include:
</p>
<ul>
<li>The <a href="https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1-basic.md">basic draft of the standard</a>
<li>An <a href="https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1.md">extended draft</a> of the same
<li>A <a href="https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-2-advanced.md">more advanced version, PSR-2</a> that also includes some survey results on various syntax elements.
</ul>
<p>
If you want to know more about the PHP-FIG group, you should <a href="http://voicesoftheelephpant.com/2012/05/01/fig-fud-fomo/">listen to this excellent panel interview</a> of the group from the Voices of the ElePHPant podcast. <i>Paul</i> and others get into the point of the group and how the standards are progressing.
</p>]]></description>
      <pubDate>Fri, 11 May 2012 13:17:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Voices of the ElePHPant: Interview with Paul Jones]]></title>
      <guid>http://www.phpdeveloper.org/news/16514</guid>
      <link>http://www.phpdeveloper.org/news/16514</link>
      <description><![CDATA[<p>
The Voices of the ElePHPant podcast has posted their latest episode today, another interview from the Microsoft Jump In! Camp - an <a href="http://voicesoftheelephpant.com/2011/06/23/interview-with-paul-m-jones-2/">interview with Paul Jones</a>, lead architect of both the <a href="http://solarphp.com">Solar</a> and <a href="http://auraphp.github.com/">Aura</a> frameworks.
</p>
<p>
<i>Cal</i> and <i>Paul</i> talk about the Aura project, a PHP 5.3 framework and how it relates to some of the base work that the Solar framework provided for it. He mentions the work being done on the database components to work with SQL Server and how some of the coming SQL Server features will be implemented.
</p>
<p>
You can listen to this latest episode in a few different ways - either through the <a href="http://voicesoftheelephpant.com/2011/06/23/interview-with-paul-m-jones-2/">in-page player</a>, by <a href="http://voices.of.the.elephpant.s3.amazonaws.com/vote_027.mp3">downloading the mp3</a> or by <a href="http://voicesoftheelephpant.com/feed/podcast/">subscribing to their feed</a>.
</p>]]></description>
      <pubDate>Fri, 24 Jun 2011 08:50:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Voices of the ElePHPant: Interview with Paul Jones]]></title>
      <guid>http://www.phpdeveloper.org/news/15989</guid>
      <link>http://www.phpdeveloper.org/news/15989</link>
      <description><![CDATA[<p>
The <a href="http://voicesoftheelephpant.com/">Voices of the ElePHPant</a> podcast has posted their latest episode today - an <a href="http://voicesoftheelephpant.com/2011/03/03/interview-with-paul-m-jones/">interview with Paul Jones</a>.
</p>
<p>
Things they talk about include <i>Paul</i>'s involvement with the <a href="http://solarphp.com">Solar</a> framework project and <i>Cal</i> asks him his "three questions":
</p>
<ul>
<li>What do you look for in a potential employer?
<li>Why did you write Solar?
<li>What advice do you have to Open Source projects to help foster community?
</ul>
<p>
You can either listen via the <a href="http://voicesoftheelephpant.com/2011/03/03/interview-with-paul-m-jones/">in-page player</a> or by <a href="http://voices.of.the.elephpant.s3.amazonaws.com/vote_004.mp3">downloading the mp3</a> directly.
</p>]]></description>
      <pubDate>Thu, 03 Mar 2011 08:07:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Zend Devzone Podcast: Solar Overview]]></title>
      <guid>http://www.phpdeveloper.org/news/8226</guid>
      <link>http://www.phpdeveloper.org/news/8226</link>
      <description><![CDATA[<p>
In <a href="http://paul-m-jones.com/blog/?p=246">a new post</a> to his blog today, <i>Paul Jones</i> mentions his podcast for the <a href="http://devzone.zend.com/article/2295-PHP-Abstract-Podcast-Episode-10-Solar-Overview">Zend Developer Zone</a> (a Solar Overview) and provides the script that he worked from to record the show.
</p>
<blockquote>
In this episode, I'm going to give a brief overview of Solar project and how it helps with the mundane aspects of building applications. Solar is an open-source library and framework for PHP 5; you can read more about it at <a href="http://www.solarphp.com">solarphp.com</a>...
</blockquote>
<p>
The <a href="http://paul-m-jones.com/blog/?p=246">rest of the show notes</a> includes links to things like <a href="http://phpyawp.com/">Yawp</a>, Solar's <a href="http://solarphp.com/manual/Solar/Using_locales">built-in localization and it's <a href="http://solarphp.com/class/Solar/exception()">exception handling</a> code. 
</p>
<p>
Check out more about Solar at <a href="http://www.solarphp.com">Solarphp.com</a> and check out the PHP Abstract podcast episode <i>Paul</i> recorded on the <a href="http://devzone.zend.com/article/2295-PHP-Abstract-Podcast-Episode-10-Solar-Overview">Zend Developer Zone site</a>.
</p>]]></description>
      <pubDate>Thu, 12 Jul 2007 08:34:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract Podcast Episode 10: Solar Overview]]></title>
      <guid>http://www.phpdeveloper.org/news/8216</guid>
      <link>http://www.phpdeveloper.org/news/8216</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/2295-PHP-Abstract-Podcast-Episode-10-Solar-Overview">posted the latest podcast</a> in its PHP Abstract series. This time it's hosted by <i>Paul Jones</i>, developer of the Solar framework project, who talks gives an overview of the project and its place in the PHP community.
</p>
<blockquote>
Today's special guest is Paul M. Jones. Paul is an internationally-recognized expert PHP developer and technical consultant living in Memphis, TN. On his blog, he writes mostly about his software projects, but also touches on management, business, politics, and culture.
</blockquote>
<p>
You can grab the show <a href="http://s3.amazonaws.com/php_abstract_2007/php_abstract_episode_010.mp3">directly</a> or <a href="http://feeds.feedburner.com/phpabstract">subscribe</a> to the feed to get this and more great shows from the podcast (with topics covered like <a href="http://devzone.zend.com/article/2280-PHP-Abstract-Podcast-Episode-9-PHP-Java-Bridge">PHP & Java</a>, <a href="http://devzone.zend.com/article/2248-PHP-Abstract-Podcast-Episode-8-CodeIgniter-Overview">CodeIgniter</a>, <a href="http://devzone.zend.com/article/2159-PHP-Abstract-Podcast-Episode-3-PHP-Security-Compared-to-Other-Development-Environments">Security</a> and much more)
</p>]]></description>
      <pubDate>Tue, 10 Jul 2007 12:47:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Fluent Interfaces in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6946</guid>
      <link>http://www.phpdeveloper.org/news/6946</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted <a href="http://devzone.zend.com/node/view/id/1362">a new article</a> from editor of the dZone, <i>Cal Evans</i>, looking at using fluent interfaces in PHP.
</p>
<blockquote>
Fluent Interfaces are not a new programming construct. However, PHP developers have not been able to use them until PHP 5. Now with PHP 5 and the ability to directly dereference an object, PHP developers can build objects using fluent interfaces.
</blockquote>
<p>
He <a href="http://devzone.zend.com/node/view/id/1362">starts off</a> with a look at what they are and how (and why) they can be used in an application. He includes code example to help show how you would create an interface (makeNormal). 
</p>
The code and other information are pulled from a few sources:
<ul>
<li><a href="http://www.mikenaberezny.com/archives/35">this article</a> by <i>Mike Naberezny</i> 
<li><a href="http://paul-m-jones.com/blog/?p=188">a post</a> from <i>Paul Jones</i>
<li>a <a href="http://martinfowler.com/bliki/FluentInterface.html">blog post</a> from <i>Martin Fowler</i>
</ul>
<i>Cal</i> also mentions what he got into the fluent interfaces game for - creating a tag cloud with a fluent interface over the normal arguments/properties method.
</p>]]></description>
      <pubDate>Wed, 20 Dec 2006 08:55:00 -0600</pubDate>
    </item>
  </channel>
</rss>
