<?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 10:56:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Chris Shiflett's Blog: Blood, Sweat, and Swear: Terry Chay on Pro-PHP Podcast]]></title>
      <guid>http://www.phpdeveloper.org/news/6047</guid>
      <link>http://www.phpdeveloper.org/news/6047</link>
      <description><![CDATA[<p>
<i>Chris Shiflett</i> has posted <a href="http://shiflett.org/archive/254">some of his thoughts/opinions</a> about the Pro::PHP podcast <a href="http://www.phpdeveloper.org/news/6046">interview with Terry Chay</a> on his blog today.
</p>
<blockquote>
I just finished listening to <a href="http://terrychay.com/blog/">Terry Chay</a> on the <a href="http://podcast.phparch.com/">Pro-PHP Podcast</a>. Terry never hesitates to share his opinion, and it's always fun to listen to a smart guy who is passionate about what he does. You're also sure to walk away with several new quotes, such as "blood, sweat, and swear" being the key ingredients of web application development. Terry also speaks a bit about Ruby. He also comments on the podcast itself and the positive impact <a href="http://marcuswhitney.com/">Marcus</a> has had on the community.
</blockquote>
<p>
<i>Terry</i>'s always fun to listen to, so be sure and <a href="http://www.phpdeveloper.org/news/6046">check out the show</a> if you get a chance.
</p>]]></description>
      <pubDate>Wed, 16 Aug 2006 06:54:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: The Active Record Pattern]]></title>
      <guid>http://www.phpdeveloper.org/news/4551</guid>
      <link>http://www.phpdeveloper.org/news/4551</link>
      <description><![CDATA[DevShed has posted a chapter from <i>Jason Sweat</i>'s book "php|architect's Guide to PHP Design Patterns" today, focusing on <a href="http://www.devshed.com/c/a/PHP/The-Active-Record-Pattern/">the Active Record pattern</a>.
<p>
<quote>
<i>
The design patterns you've seen so far greatly improve the readability and maintainability of script internals; however, none have confronted a fundamental requirement and challenge of architecting and developing web applications: connecting to a database. This chapter and the next two chapters-Table Data Gateway and Data Mapper-provide three design patterns that better organize how your application interacts with a database.
</i>
</quote>
<p>
<a href="http://www.devshed.com/c/a/PHP/The-Active-Record-Pattern/">This pattern</a> allows you to treat database connections (abstracted, of course) the same no matter what's behind them because their interface is handled through objects. In this tutorial, they use the ADOdb libraries to accomplish this...]]></description>
      <pubDate>Thu, 22 Dec 2005 11:12:12 -0600</pubDate>
    </item>
  </channel>
</rss>
