We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152351e commit b823f1bCopy full SHA for b823f1b
book/mvc.md
@@ -17,7 +17,7 @@ The role of the controller is to accept input and convert it to commands for the
17
18
The view layer processes and formats data from the controller before sending it to the user. It generates HTML, JSON, or whatever format is needed.
19
20
-> Note: It is strictly forbidden to work with any environment, database or user input directly in the view. It should be in controller.
+> Note: It is strictly forbidden to work with any environment, database or user input directly in the view. Parameters should come from controller.
21
22
## Model
23
0 commit comments