<?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>Sun, 19 May 2013 19:33:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Lazy and Eager Loading in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/13209</guid>
      <link>http://www.phpdeveloper.org/news/13209</link>
      <description><![CDATA[<p>
On DevShed today there's the start of a new series looking at design patterns in PHP applications. In <a href="http://www.devshed.com/c/a/PHP/Lazy-and-Eager-Loading-in-PHP-5">this first part</a> of the series, they look at lazy and eager loading.
</p>
<blockquote>
In the case of PHP 5, which is better suited for developing web-based programs, there are two complementary design patterns that can be of great help in  building faster and more reliable applications. Of course, as this article's title suggests, I'm talking about the lazy and eager loading patterns. Despite their rather funny names, they are pretty easy to implement in PHP 5-controlled environments.
</blockquote>
<p>
To illustrate, they've <a href="http://www.devshed.com/c/a/PHP/Lazy-and-Eager-Loading-in-PHP-5/1/">created a sample class</a> that uses a few class properties and a __toString method to return the values. 
</p>]]></description>
      <pubDate>Fri, 11 Sep 2009 12:49:30 -0500</pubDate>
    </item>
  </channel>
</rss>
