News Feed
Jobs Feed
Sections




News Archive
Rob Allen:
Objects in the model layer
March 22, 2013 @ 10:45:54

In this latest post to his site Rob Allen talks some about application structure and the different kinds of objects he uses in his applications.

I currently use a very simple set of core objects within my model layer: entities, mappers and service objects. [...] I dislike the phrase "service object" as the word "service" means so many things to so many people. I haven't heard a better phrase yet that everyone understands though.

He defines each of the types of objects to help make the separation clearer. Here they are in brief:

  • Entities are objects that represent something in my business logic.
  • Mappers know how to save and load an entity from the data store.
  • Service objects provide the API that the rest of the application uses.

Some of the comments on the post relate his choices to use in Zend Framework v2-based applications, noting that there are some base components you can extend to create these kinds of objects.

0 comments voice your opinion now!
object model entity mapper service oop structure znedframework2


blog comments powered by Disqus

Similar Posts

TotalPHP.com: How to Read an RSS Feed with PHP 5

Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 1

DZone.com: Sencha Touch 2 Models - Loading And Saving Model Data Using a Proxy, PHP Example

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features

IBM developerWorks: Using Service Data Objects to construct XML


Community Events









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


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

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