<?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, 18 Jun 2013 16:42:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Seastian Bergmann's Blog: Object-Relational Behavioral Patterns]]></title>
      <guid>http://www.phpdeveloper.org/news/11956</guid>
      <link>http://www.phpdeveloper.org/news/11956</link>
      <description><![CDATA[<p>
<i>Seastian Bergmann</i> has added some new features to the <a href="http://github.com/sebastianbergmann/php-object-freezer/">Object_Freezer</a> library (you can read more about it <a href="http://sebastian-bergmann.de/archives/831-Freezing-and-Thawing-PHP-Objects.html">here</a>) - some new object-relational behavioral patterns.
</p>
<p>
The three patterns are from <i>Martin Fowler</i>'s <a href="http://martinfowler.com/books.html#eaa">Patterns of Enterprise Application Architecture</a> book:
</p>
<ul>
<li><a href="http://martinfowler.com/eaaCatalog/unitOfWork.html">Unit of Work</a> - maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.
<li><a href="http://martinfowler.com/eaaCatalog/identityMap.html">Identity Map</a> - each object gets loaded only once by keeping every loaded object in a map
<li><a href="http://martinfowler.com/eaaCatalog/lazyLoad.html">Lazy Load</a> - object that doesn't contain all of the data you need but knows how to get it.
</ul>]]></description>
      <pubDate>Mon, 16 Feb 2009 12:08:47 -0600</pubDate>
    </item>
  </channel>
</rss>
