News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Building a Domain Model - Integrating Data Mappers
March 19, 2012 @ 11:27:26

In this previous post PHPMaster.com introduced you to the concept of "domain models", structures defining how data should be formatted for consistency. In this second part of the series, Alejandro show show to integrate them with a data access layer (DAL) to make them easier to work with.

The phrase may sound like an cheap cliché, I know, but I'm not particularly interested in reinventing the wheel each time I tackle a software problem (unless I need a nicer and faster wheel, of course). In this case, the situation does warrant some additional effort considering we'll be trying to connect a batch of mapping classes to a blog's domain model. Given the magnitude of the endeavor, the idea is to set up from scratch a basic Data Access Layer (DAL) so that domain objects can easily be persisted in a MySQL database, and in turn, retrieved on request through some generic finders.

He includes all the code you'll need to create a (namespaced) database adapter (PDO), the mapping layer to tie the domain models together and using it all in a practical "blog" example with posts, comments and users.

0 comments voice your opinion now!
integrate domain model data mapper tutorial pdo database


blog comments powered by Disqus

Similar Posts

DevShed: Storing PHP Sessions in a Database

PHPit.net: An introduction to Test Driven Development with PHP

Daniel Krook\'s Blog: Public draft - Developing PHP Applications for IBM Data Servers

Sebastian Bergmann's Blog: PHPUnit Status Update

Lorna Mitchell: Do Open Source with Git and Github


Community Events









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


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

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