Data comes from the database to the Model
Then from the Model to the Controller
The Controller coordinates the Model van View. It handles user requests by implementing rules/logic.
The Controller communicates with the Model to process data retrieval in storage which then provides the data back to the Controller.
The Controller then sends the collected Model data to the View to render this