News Feed
Jobs Feed
Sections




News Archive
Seastian Bergmann's Blog:
Object-Relational Behavioral Patterns
February 16, 2009 @ 12:08:47

Seastian Bergmann has added some new features to the Object_Freezer library (you can read more about it here) - some new object-relational behavioral patterns.

The three patterns are from Martin Fowler's Patterns of Enterprise Application Architecture book:

  • Unit of Work - maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.
  • Identity Map - each object gets loaded only once by keeping every loaded object in a map
  • Lazy Load - object that doesn't contain all of the data you need but knows how to get it.
0 comments voice your opinion now!
object freezer object relational patterns martinfowler pattern


blog comments powered by Disqus

Similar Posts

Michael Feichtinger's Blog: HTML5 WebSockets Example

PHPit.net: PHP 5 Objects, Patterns and Practice

ActsAsFlinn Blog: PHP and ActiveRecord (continued)

Doctrine Blog: Doctrine 1.0.8 and 1.1.0-RC2 Released

Agile Toolkit News: Selective view rendering in Web Applications


Community Events











Don't see your event here?
Let us know!


composer application testing phpunit functional language code api development framework interview database example series community opinion podcast release introduction zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework