Difference between revisions of "Controllers Software"
Jump to navigation
Jump to search
(Created page with "Category:Software{{Knoppen}} <noinclude><!------------------------------------------------ * READ THIS FIRST * Only edit this page if you can improve the content. * Improper...") |
|||
Line 1: | Line 1: | ||
[[Category:Software]]{{Knoppen}} | [[Category:Software]]{{Knoppen}} | ||
[[File:Controller software.jpg|thumb|right|Controllers Software]] | |||
'''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. | |||