Controllers Software

From SolidsWiki
Revision as of 22:54, 7 February 2013 by Kodiyath (talk | contribs)
Jump to navigation Jump to search

Controllers Software is a software architecture pattern that separates the representation of information from the user's interaction with it. The model consists of application data and business rules, and the controller mediates input, converting it to commands for the model or view.

Controllers Software