Changes between Version 25 and Version 26 of mvc
- Timestamp:
- 06/14/22 09:20:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v25 v26 1 1 = MVC 2 2 3 Model View Controller, or MVCin short, is a software design pattern used to develop [https://en.wikipedia.org/wiki/Graphical_user_interface GUI]s.3 Model View Controller, or [https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC] in short, is a software design pattern used to develop [https://en.wikipedia.org/wiki/Graphical_user_interface GUI]s. 4 4 5 The details of the approach are explained well on the [https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC wiki page].In short,5 In short, 6 6 * A model contains the data that the user is adjusting. 7 7 * A view shows the data in a GUI to the user (eg, graph, text field, slider position)