Showing posts with label model view controller. Show all posts
Showing posts with label model view controller. Show all posts

Wednesday, April 28, 2010

Model in MVC

There are many peoples misunderstood the concept of model.
Model are suppose to represents the entire system for which that data is useful.
A good MVC system shall have small controller compared to a Fat Model.

More useful reading here: