Skip to content

Commit 9247e3a

Browse files
authored
Merge pull request #3939 from shaedrich/mvc
Add related to topic MVC
2 parents f4b38a0 + 089e627 commit 9247e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/mvc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ display_name: mvc
44
short_description: MVC is a software design pattern that separates an application's logic according to responsibilities.
55
topic: mvc
66
wikipedia_url: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
7+
related: software-design-patterns, hmvc, hierarchical-model-view-controller, model-view-adapter, model-view-presenter, mvvm, model-view-viewmodel, model-template-view
78
---
8-
The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: the model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.
9+
The term **MVC** stands for **Model-View-Controller**. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

0 commit comments

Comments
 (0)