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

DevShed: Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5

Richard Davey's Blog: Interesting memory use with GD images

Sebastian Bergmann's Blog: Support for the Cancel Case Workflow Pattern

Dave Gardner's Blog: Caching dependency-injected objects

Jared White\'s Blog: Winning the PHP 5 Framework Wars


Community Events









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


language introduction functional release interview zendframework2 framework podcast unittest tool community api code development opinion object event composer example testing

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