<?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, 20 Jun 2013 01:20:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SimasToleikis' Blog: New to PHP 5.4: Traits]]></title>
      <guid>http://www.phpdeveloper.org/news/15468</guid>
      <link>http://www.phpdeveloper.org/news/15468</link>
      <description><![CDATA[<p>
<i>Simas Toleikis</i> has a new post to his blog looking at a feature that'll be included in PHP 5.4 - something developers have been wanting for a long time - <a href="http://simas.posterous.com/new-to-php-54-traits">traits</a>.
</p>
<blockquote>
As a long-time <a href="http://news.php.net/php.internals">internals.php</a> mailing list reader I am going to tell you a small secret - the first alpha release for PHP 5.4 should be just around the corner. This release is packed with some welcome new language features, usual bug fixes followed by some performance and memory management improvements. One of the noteworthy language additions are Traits - a brand new horizontal code reuse mechanism.
</blockquote>
<p>
He explains traits as a better way to do the "kind-of" inheritance that PHP does now with parent and child classes, making it easier to reuse functionality from classes even though they don't share the same parent. With the "use" keyword (not to be confused with the "use" keyword in namespaces) you can include common functionality into class methods and even accommodate for naming conflicts and requirements.
</p>]]></description>
      <pubDate>Mon, 22 Nov 2010 09:11:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: October 2008 Issue Released]]></title>
      <guid>http://www.phpdeveloper.org/news/11327</guid>
      <link>http://www.phpdeveloper.org/news/11327</link>
      <description><![CDATA[<p>
The latest issue of <a href="http://www.phparch.com">php|architect</a> magazine has been released - <a href="http://phparch.com/c/magazine/issue/84">October 2008</a>. Articles in this new issue include:
</p>
<ul>
<li><i>Alvaro Videla Godoy</i> - The Propel ORM
<li><i>John Mertic</i> - Using Mixins with PHP
<li><i>Forrest Lyma</i> - Developing Digitalus
</ul>
<p>
As well as the usual columns from <i>Steph Fox</i>, <i>Jeff Moore</i> and <i>Marco Tabini</i>. You can either <a href="http://phparch.com/c/magazine/issue/84">buy the issue</a> alone or you can <a href="http://phparch.com/c/magazine/subscribe">subscribe</a> and get a full year of high quality PHP goodness.
</p>]]></description>
      <pubDate>Fri, 31 Oct 2008 13:13:29 -0500</pubDate>
    </item>
  </channel>
</rss>
