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

Zend Developer Zone: AJAX Chat Tutorial 4

Zend Developer Zone: Creating Web Page Templates with PHP and Twig (part 1)

PHPBuilder.com: An introduction to PEAR's Validate package

IBM developerWorks: Ajax and XML: Ajax for chat

Web Development Blog: Ajax requests using jQuery and PHP


Community Events











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


introduction opinion podcast development release framework rest testing unittest phpunit functional interview zendframework2 conference community symfony2 database usergroup series language

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