News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Create MVC Meet the ViewModel Pattern
November 02, 2010 @ 10:19:18

On the Ibuildings techPortal, there's a new tutorial posted from Barney Hanlon looking at a new method that developers can use in their applications to give MVC apps a better way to handle their presentation logic - ViewModel.

This provides MVC applications a natural location for presentation logic and lazy functionality while maintaining the segregation between the layers of responsibility within the code. It allows designers access to data and methods they need, while hiding aspects that aren't needed at view level. [...] Indeed, pretty much any modern Web framework has an understanding of the important segregation of duties inherent within MVC. It is precisely this segregation that leads to a certain greyness around the all-important View, particularly on sites where multiple content items are displayed in different ways.

The tutorial he includes shows how to set up a site with multiple articles per page that can be shown as either headlines or just title text. He talks about three ways to accomplish this - the usual injection of all data into the view and having it handle it there, injecting a model directly and extracting data from it and the ViewModel approach (a combination of the Decorator and Adapter design patterns).

0 comments voice your opinion now!
viewmodel framework view presentation model inject


blog comments powered by Disqus

Similar Posts

Wez Furlong\'s Blog: Extending PHP

Community News: Too Many Frameworks? (Andrei Zmievski and Clay Loveless)

DevShed: Using Code Igniter to Enable Comments in a Blog Application

Content with Style Blog: A caching pattern for models

Stefan Mischook's Blog: Note to CodeIgniter nerds: please, no looping code in your views.


Community Events











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


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

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