Changes between Version 37 and Version 38 of mvc
- Timestamp:
- 11/20/23 10:32:45 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v37 v38 5 5 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. 6 6 7 In short,8 7 * A model contains the data that the user is adjusting. 9 8 * A view shows the data in a GUI to the user (eg, graph, text field, slider position)