<?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>Tue, 21 May 2013 15:33:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stijn Leenknegt's Blog: [PHP6] function-return-array idea!]]></title>
      <guid>http://www.phpdeveloper.org/news/8614</guid>
      <link>http://www.phpdeveloper.org/news/8614</link>
      <description><![CDATA[<p>
<i>Stijn Leenknegt</i> has <a href="http://www.eos-team.org/2007/09/06/php6-function-return-array-idea.html">posted a suggestion of his</a> directed towards the developers behind PHP6 for a different way to return array values that he'd of found handy in working with his latest application (a Zend Framework app).
</p>
<p>
In his example, he currently returns the result of a get() call on a registry value to a variable and gets the first value (of an array) from it. His suggestion, though is to simplify it down to something like:
</p>
<blockquote>
$one = Zend_Registery::get('myArray')[0];
</blockquote>
<p>
Making it even easier (and more elegant) to work with returned array values.
</p>
<blockquote>
So dev team of PHP, could you discuss this idea and maybe you can add this to PHP6.
</blockquote>]]></description>
      <pubDate>Fri, 07 Sep 2007 15:19:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerPHP.com: Will Ruby kill PHP?]]></title>
      <guid>http://www.phpdeveloper.org/news/5972</guid>
      <link>http://www.phpdeveloper.org/news/5972</link>
      <description><![CDATA[<p>
In his <a href="http://www.killerphp.com/articles/will-ruby-kill-php/">latest post</a> today, <i>Stefan Mischook</i> asks the question every PHP developer (and company looking to invest in the language) out there is wondering - will Ruby kill PHP?
</p>
<blockquote>
<p>
With the recent rise in popularity of the Ruby programming language (largely driven by the excellent but not perfect web framework called Rails), I've noticed a little fear in the air...fear on the part of some people in the PHP community.
</p>
<p>
Will Ruby kill PHP? The short answer is: no.
</p>
</blockquote>
<p>
He <a href="http://www.killerphp.com/articles/will-ruby-kill-php/">takes the reader</a> on a trip through his reasoning - things like "Ruby is elegant, but not complex" and "Java nerds love Ruby". But, one of the things that is talked most about for Ruby (everything's an object) is the same reason why PHPers and those looking for a quick, powerful, easy-to-use language will still stick with PHP.
</p>]]></description>
      <pubDate>Mon, 07 Aug 2006 13:30:24 -0500</pubDate>
    </item>
  </channel>
</rss>
