News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
The M in MVC Why Models are Misunderstood and Unappreciated
December 04, 2008 @ 11:19:36

In this new post to his blog Padraic Brady looks at why models are "misunderstood and unappreciated" in a Model/View/Controller sort of world.

By the time I'd finished both chapters [of my Zend Framework book] I realised I had spent a lot of space explaining the Model, most of it discussing how the Zend Framework does not actually give you one. In fact, no web application framework offers a complete Model (for reasons I'll explain later). However nearly all frameworks manage to avoid making that perfectly obvious. Instead they continually link the concept of a Model to the related, but not identical, concept of data access. This is quite misleading.

He looks at two things models are good for (maintaining state and enforcing rules on the data in the current state), how it seems most PHP developers perceive them, how controllers can be turned into "mutated models" and the idea that models should be classes and controllers are just processes (handlers for requests).

0 comments voice your opinion now!
modelviewcontroller mvc model underappreciated misunderstood controller


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: On models in a Zend Framework application

Debuggable Blog: Simple Data Access Control

Matthew Weir O'Phinney's Blog: Extending Singletons

Stefan Mischook's Blog: PHP Video: Controllers in MVC

Alex Young\'s Blog: The Future of PHP is More Depressing than Ever


Community Events









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


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

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