Model View Controller Design Pattern

Posted by sladescross on February 8, 2011

http://ootips.org/mvc-pattern.html
The MVC paradigm is a way of breaking an application, or even just a piece of an application’s interface, into three parts: the model, the view, and the controller. MVC was originally developed to map the traditional input, processing, output roles into the GUI... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.