Changes between Initial Version and Version 1 of mvc
- Timestamp:
- 06/13/22 09:49:07 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v1 v1 1 = MVC 2 3 Model View Controller, or MVC in short, is a software design pattern used to develop [https://en.wikipedia.org/wiki/Graphical_user_interface GUI]s. 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].