News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Building a Domain Model - An Introduction to Persistence Agnosticism
February 27, 2012 @ 12:58:00

On PHPMaster.com there's a recent tutorial introducing the concept of a "domain model" and showing how to create them in PHP (manually, not inside of any ORM or database solution).

First off, creating a rich Domain Model, where multiple domain objects with well-defined constraints and rules interact, can be a daunting task. Second, not only is it necessary to define from top to bottom the model itself, but it's also necessary to implement from scratch or reuse a mapping layer in order to move data back and forward between the persistence layer and the model in question.

They include an example of a set of domain models tat relate to one another - a blog setup with posts, comments and users. They show how to create the AbstractEntity to handle a bit of the magic behind the scenes, an example "Post" and "Comment" models and how they can be put to work creating some posts and appending comments. A little bit of markup is included to output the results.

0 comments voice your opinion now!
domain model relation tutorial blog post comment user


blog comments powered by Disqus

Similar Posts

PHPro.org: Class Hierachies And Overriding

Job Posting: Financial Systems Engineer (Raleigh, NC)

php|architect: Introduction to PHPUnit

ONLamp.com: Developing Web Services Using PHP

DevShed: Validating User Input with the Strategy Pattern


Community Events











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


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

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