<?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 21:53:45 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPClasses.org: Lately in PHP Episode 15 - PHP 5.3.8 Upgrade, PHP 5.4 beta, Wrong Ideas About PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16803</guid>
      <link>http://www.phpdeveloper.org/news/16803</link>
      <description><![CDATA[<p>
PHPClasses.org has posted their latest "Lately in PHP" podcast today with mentions of <a href="http://www.phpclasses.org/blog/post/157-PHP-538-Upgrade-PHP-54-beta-Wrong-Ideas-About-PHP--Lately-in-PHP-Episode-15.html">PHP 5.3.8 and some of the wrong ideas that are common when referring to PHP</a> (from <a href="http://phpdeveloper.org/news/16742">their previous post</a>).
</p>
<blockquote>
Another PHP 5.3 version was released. Manuel Lemos and Ernani Joppert discuss whether you should upgrade to this new version of PHP, as well if you should try the new PHP 5.4 beta version. They also talk about the repercussion of the article about the Wrong PHP Ideas You Should Get Right and why it is important to clarify PHP haters and lovers about these PHP misconceptions.
</blockquote>
<p>
You can either listen to this latest episode through the <a href="http://www.phpclasses.org/blog/post/157-PHP-538-Upgrade-PHP-54-beta-Wrong-Ideas-About-PHP--Lately-in-PHP-Episode-15.html">in-page player</a>, by <a href="http://www.phpclasses.org/blog/post/157/file/70/name/Lately-In-PHP-15.mp3">downloading the mp3</a> (25MB) or by <a href="http://www.phpclasses.org/blog/category/podcast/post/latest.rss">subscribing to their feed</a> and getting the latest right in your reader of choice (even <a href="http://itunes.apple.com/podcast/lately-in-php-podcast/id373016482">iTunes</a>).
</p>]]></description>
      <pubDate>Thu, 01 Sep 2011 10:43:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jackson Miller's Blog:  Ruby on Rails Killer?]]></title>
      <guid>http://www.phpdeveloper.org/news/5883</guid>
      <link>http://www.phpdeveloper.org/news/5883</link>
      <description><![CDATA[<p>
In <a href="http://jaxn.org/articles/2006/07/26/ruby-on-rails-killer">this new post</a>, <i>Jackson Miller</i> mentions something that he thinks just might become a Ruby on Rails killer, Tapestry. Fortunately, there's already been a framework implemented with its ideas in mind - the <a href="http://howardlewisship.com/blog/2006/07/tapestry-for-php.html">PRADO Framework</a>.
</p>
<blockquote>
Howard Ship is the guy behind Tapestry which is one of the better component frameworks out there. In a post today he is <a href="http://howardlewisship.com/blog/2006/07/tapestry-for-php.html">drawing attention to PRADO</a> which is a PHP component framework that is based on the ideas in Tapestry. I haven't checked out PRADO in a long time but it looks like they are still moving forward and making good progress.
</blockquote>
<p>
<i>Jackson</i> also mentions the <a href="http://jaxn.org/articles/2006/07/26/ruby-on-rails-killer">one thing</a> that he really took from <i>Howard</i>'s post, that he's "raising the bar" with a challenge that Tapestry will always be the leader in this realm, though.
</p>]]></description>
      <pubDate>Thu, 27 Jul 2006 05:22:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Beaver's Blog: phpDocumentor and __get/__set/__call - give us your ideas (RFC)]]></title>
      <guid>http://www.phpdeveloper.org/news/5793</guid>
      <link>http://www.phpdeveloper.org/news/5793</link>
      <description><![CDATA[<p>
In his latest post today, <i>Greg Beaver</i> is also <a href="http://greg.chiaraquartet.net/archives/140-phpDocumentor-and-__get__set__call-give-us-your-ideas-RFC.html">taking a look</a> at phpDocumentor and some of the documentation methods it allows, noting that providing the right notes on the "magic" functions has always been a point of difficulty.
</p>
<blockquote>
One of the trickier feature requests for phpDocumentor has been documenting "magic" object properties and methods. By "magic" I am referring to properties and methods that are created dynamically by PHP 5.0+ userspace class methods __get, __set, __isset, __unset and __call. 
</blockquote>
<p>
He <a href="http://greg.chiaraquartet.net/archives/140-phpDocumentor-and-__get__set__call-give-us-your-ideas-RFC.html">gives a code example</a> of creating properties and a magic function (borp). To illustrate his point, he tries to specify the phpDocumentor format that would go with it - not an exact match, but with the help o ffour new tags it's made easier: @property, @property-read, @property-write, and @method.
</p>]]></description>
      <pubDate>Fri, 14 Jul 2006 06:06:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Davey Shafik's Blog: Join the Thinktank]]></title>
      <guid>http://www.phpdeveloper.org/news/5171</guid>
      <link>http://www.phpdeveloper.org/news/5171</link>
      <description><![CDATA[<p>
In an effort to create a higher level of discussion on PHP than just the "why is this erroring?" or "how do I get PHP to..." questions, <i>Davey Shafik</i> has <a href="http://pixelated-dreams.com/archives/221-Join-the-Thinktank.html">started a new channel</a> over on the Freenode IRC network to futher talks about PHP and not just fixing other peoples errors.
</p>
<quote>
<i>
Now, I really love helping people, but it's nice to get something back once in a while. So, I've decided to start a spin-off channel, one that does promote the things I want to talk about - and hopefully others do to. Join #php.thinktank on irc.freenode.net and lets talk about things.
</i>
</quote>
<p>
The goal of <a href="http://pixelated-dreams.com/archives/221-Join-the-Thinktank.html">the channel</a> is to foster talks about topics such as design patterns, emerging PHP concepts, working on the bleeding edge, and new ways of doing old things. The channel is already set up and running smooth with users constantly around (though they might be just lurking), so <a href="http://freenode.net/">come on over</a> and join in.
</p>]]></description>
      <pubDate>Thu, 13 Apr 2006 11:01:49 -0500</pubDate>
    </item>
  </channel>
</rss>
