MVC Pattern Model-View-Controller (MVC) Pattern

Introduction

The Model-View-Controller (MVC) Pattern is provides a method for separating the three main portions of an application: the domain (data being acted upon) and business logic, or model; the presentation, or view; and, the application control logic components, or controller. Each logical component has its own job to do. Generally, the request comes in thru the controller, which interacts with the model (data) to determine what needs to be displayed. Finally, the controller passes any data required to the view, which is presented to the user.

How would you rate this item?
  1 2 3 4 5 6 7 8 9 10  
Poor   Excellent
Comments, recommendations or suggestions.(optional)
This item has been rated by 8 people
Average rating:
3 out of 10
1 2 3 4 5 6 7 8 9 10  
Rating Summary
7/3/2006 10:57:36 PM by Anonymous
Is that all you could put under this topic?
7/6/2006 10:44:25 AM by Anonymous
Bwueh, show some code with it next time
7/26/2006 12:14:48 PM by Anonymous
8/28/2006 7:07:22 AM by Anonymous
8/30/2006 4:47:32 AM by Anonymous
4/30/2007 7:06:14 AM by Anonymous
8/15/2007 9:35:38 PM by Anonymous
very simple
11/25/2008 3:06:33 AM by Anonymous


Page Options Page Options
Average rating:
3 out of 10
Rate this module
Email this page

Related Links Related Links

History History
1.0Initial draft