<?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 17:17:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: Book Review: Easy PHP Websites with the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/16339</guid>
      <link>http://www.phpdeveloper.org/news/16339</link>
      <description><![CDATA[<p>
<i>Brian Swan</i> has <a href="http://blogs.msdn.com/b/brian_swan/archive/2011/05/12/book-review-easy-php-websites-with-the-zend-framework.aspx">posted a book review</a> of <i>Jason Gilmore</i>'s book "Easy PHP Websites with the Zend Framework".
</p>
<blockquote>
I had been itching to dive into the Zend Framework, so I jumped at the opportunity. It has taken me a while to get around to reviewing it, but I'm glad I did. Jason's writing style makes challenging concepts easy to learn and his focus on good development practices are sure to inspire you to become a better developer. Here's more detail on what I thought after reading the book...
</blockquote>
<p>
He talks about the things he likes - like the fact that the book uses a single application to base the examples on and that it focuses on the development process as well as the end result. He notes that the book struggles a bit when trying to find a target audience. He felt the book jumped around from beginner to advanced topics quickly and that a less experienced user might get confused. Overall, though, he found the book a good addition to any developer's library.
</p>]]></description>
      <pubDate>Fri, 13 May 2011 12:50:41 -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>
