Building a Unit of Work in PHP: Applying a Transactional Model to Domain Objects
Discuss Building a Unit of Work in PHP: Applying a Transactional Model to Domain Objects in the Development Articles forum on Dev Shed. Building a Unit of Work in PHP: Applying a Transactional Model to Domain Objects Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
Posts: 1,533
Time spent in forums: < 1 sec
Reputation Power: 0
Building a Unit of Work in PHP: Applying a Transactional Model to Domain Objects
Are you trying to optimize the way your web application handles domain objects, and not finding a good solution? If caching won't help, and data and identity mappers won't suit your needs, you might want to look at using a Unit of Work pattern. What is a UoW? Keep reading to learn how it can help you.