Thursday, November 22, 2012

MVC or Model–View–Controller

Model–View–Controller (MVC) is an architecture that separates the representation of information from the user's interaction with it.

The model consists is the core of the existing system, where are placed application data and business rules.

The controller mediates input, converting it to commands for the model or view.

A view can be any output representation of data, such as a chart or a diagram. Multiple views of the same data are possible

No comments:

Post a Comment