News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Model Infrastructure
December 31, 2008 @ 11:19:36

Continuing his series looking at models in Zend Framework applications, Matthew Weier O'Phinney has posted this new tutorial focusing on model infrastructure - figuring out what your models are really for and how to write to that.

The Model is a complex subject. However, it is often boiled down to either a single model class or a full object relational mapping (ORM). [...] When you think in these terms, you start breaking your system into discrete pieces that you need to manipulate, as well as consider how each piece relates to the others. This type of exercise also helps you stop thinking of your model in terms of database tables; instead, your database becomes the container in which data is persisted from one use of your model to the next. Your model instead is an object that can do things with either incoming or stored data -- or even completely autonomously.

He notes that he is a fan of the domain model method and uses this method as he works through the different topics of building out your most useful model:

  • asking "What are you modeling?"
  • setting up the "gateway" into your domain model
  • working with value objects/record sets

All of this along with plenty of code to illustrate his points...

1 comment voice your opinion now!
zendframework model infrastructure domain plan orm


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Webinar Wednesdays: Zend Framework 1.0 - An Overview

Matthew Weier O'Phinney's Blog: Proper Layer files when using Dojo with Zend Framework

Zend Developer Zone: Zend_Log timestamp filter

Nexen.net: PHP Statistics for April 2007

ProDevTips.com: Ajax, ZF and Smarty feed reader (Part 2)


Community Events











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


application phpunit zendframework2 language tool introduction framework opinion interview podcast functional series community example development code conference testing release unittest

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