Zusammenfassung der Ressource
Frage 1
Frage
What does the abbreviation MVC stand for? (1)
Antworten
-
The software design pattern “Model-View-Controller”
-
The interface between one or multiple models: “Model-Versatile-Connector”
-
A versioning concept used in the TYPO3 core: “Master-Version-Concept”
-
The names of the original developers who invented TYPO3: Mathias, Volker and Christian
Frage 2
Frage
Which statements about the MVC design pattern are correct? (2)
Antworten
-
The controller acts as an interface between model and view components
-
The MVC design pattern for PHP is specified in the PSR-15 standard
-
A model has always exactly one view and cannot have multiple views
-
MVC separates the business logic and presentation layer from each other
-
The controller reads data from the model and passes it on to the view
Frage 3
Frage
How is the control unit in MVC named? (1)
Antworten
-
Delegator
-
Bootstrap
-
Controller
-
View
-
Factory