MVC - Model-View-Controller
Sunday, 08 March 2009 11:39
Model-View-Controller (MVC) is a software design pattern often used by applications that need the ability to maintain multiple views of the same data. The MVC pattern hinges on a clean separation of objects into models for maintaining data, views for displaying all or a portion of the data, and controllers for handling events that affect the model or view.
Last Updated on Sunday, 08 March 2009 11:39