Paraphrasing model view controllerthe model
Paraphrasing: Model View Controller
The Model, View and Controller are the main components of the Model-View-Controller (MVC) framework.
All the information that the Model collects allows you to create the View.
Controller:
The use of a database is evidenced in the model, since the model sends the collected information to it, it also receives update instructions from the controller.


