Implementing the Data Mapper Design Pattern in PHP 5 Implementing the Data Mapper Design Pattern in PHP 5

- (devshed) - 4 months, 3 weeks ago...

In this first part of a five-part series, I introduce you to implementing the Data Mapper design pattern in PHP 5. This pattern attempts to solve the issue of the strong coupling that often exists between the domain objects present in an application and the underlying persistence mechanism. This benefit comes at a cost, since data mappers add a new layer of complexity. Living with this minor trade-off is quite worthwhile, though, as you'll see. - Since the web is in constant evolution ...

see complete article.

Similar recent news articles...

Older news

Hot Topics