<?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 08:10:06 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jacob Santos' Blog: PHP Opcode Series]]></title>
      <guid>http://www.phpdeveloper.org/news/7442</guid>
      <link>http://www.phpdeveloper.org/news/7442</link>
      <description><![CDATA[<p>
<i>Jacob Santos</i> has <a href="http://www.santosj.name/php/php-opcode/php-opcode-series/">started a series of posts</a> to his blog that focuses on the use of the opcode cache and language features in your applications.
</p>
<blockquote>
The posts will be researched and go through multiple drafts for professionalism before posting. In this hope, it will strive to enable discussion that isn't flaming and collective of the topic at hand. For as much as I can achieve at my level of writing skill and researching the topic at hand.
</blockquote>
<p>
He <a href="http://www.santosj.name/php/php-opcode/php-opcode-series/">he goes through</a> the purpose of the posts, the areas he's going to focus on, some about the theory that will be used, and the implementation and documentation he'll provide through the series.
</p>]]></description>
      <pubDate>Thu, 15 Mar 2007 15:24:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP Blog: PHP Interfaces: when and why you should use them instead of classes?]]></title>
      <guid>http://www.phpdeveloper.org/news/6148</guid>
      <link>http://www.phpdeveloper.org/news/6148</link>
      <description><![CDATA[<p>
On the KillerPHP blog today, there's <a href="http://www.killerphp.com/articles/php-interfaces/">this new post</a> that asks the question of when the choice should be made to use interfaces and why they should be used instead of classes in your code. It's an article/podcast, so for the full effect, <a href="http://www.killerphp.com/articles/audio/interfaces.mp3">grab the audio here</a>.
</p>
<p>
The post itself are really just notes to support the content in the podcast, but they provide plenty of information <a href="http://www.killerphp.com/articles/php-interfaces/">by themselves</a>. They talk about what interfaces are, include examples of both them and a class (showing how they differ) and an example of a class using and interface (dog implementing animal).
</p>
<p>
There are also a few other notes there at the bottom mentioning the purpose of interfaces, which one to choose when, and two miscellaneous notes about how interfaces can help both you and your code.
</p>]]></description>
      <pubDate>Mon, 28 Aug 2006 07:35:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jacob Santos's Blog: Don't Advocate Inner Classes]]></title>
      <guid>http://www.phpdeveloper.org/news/6009</guid>
      <link>http://www.phpdeveloper.org/news/6009</link>
      <description><![CDATA[<p>
<I>Jacob Santos</i> talks in <a href="http://www.santosj.name/php/dont-advocate-subclasses/">this new blog post</a> about something that, if added to PHP, just might be more trouble than it's worth - inner classes.
</p>
<blockquote>
<p>
Inner Classes are contained in parent classes and offer a sort of namespace mechanism for the public and open private class data transfer for private subclasses.
</p>
<p>
The functionality is already available in other languages, but the question is whether it is needed in PHP. The short answer is no. With PHP execution model, it would further slow down and bloat PHP compilation.
</p>
</blockquote>
<p>
He <a href="http://www.santosj.name/php/dont-advocate-subclasses/">demonstrates their purpose</a> with some simple examples but also gives the reasons why it would be a bad thing to try to include them, including the better choice of namespaces over inner classes.
</p>]]></description>
      <pubDate>Fri, 11 Aug 2006 07:38:43 -0500</pubDate>
    </item>
  </channel>
</rss>
