News Feed
Jobs Feed
Sections




News Archive
Knut Urdalen's Blog:
ORM the manual way
August 29, 2007 @ 07:57:00

Knut Urdalen, on seeing some of the recent discussion on why the ActiveRecord pattern sucks and talks about why, when presented with a the need for a database layer, he usually goes back to his own familiar Singleton-based style.

I normally use a simple solution using the Singleton pattern for managing the database connection, the Value Object pattern for all business objects and the Data Mapper pattern to manage the mapping between business objects and the database schema. It's as simple as that '" handcrafted and no magic going on.

The post also includes his code for an example of a database connection - the creation of the Singleton interface class, making the Value Objects and customizing one for the type of "Product".

0 comments voice your opinion now!
orm database layer singleton valueobject example designpattern orm database layer singleton valueobject example designpattern


blog comments powered by Disqus

Similar Posts

Jeff Moore's Blog: PDO versus MDB2

NETTUTS.com: A Beginner’s Guide to Design Patterns

Sebastian Bergmann's Blog: SQL Puzzle

PHPMaster.com: Writing Custom Session Handlers

Greg Beaver's Blog: Synchronize live and development sites using the PEAR Installer


Community Events











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


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

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