
January 5th, 2011, 08:00 AM
|
|
|
|
An Entity Manager for a Unit of Work in PHP
In this fifth part of a series, I create a simple entity manager class, which can switch over multiple UoWs by using a single method call. The class will inject into its internals a factory responsible for spawning different UoWs on request. This will permit you to decouple object instantiation from application logic.
Read the full article here: An Entity Manager for a Unit of Work in PHP
For more discussion go here: Blog Article Discussion
|