What is the model in the MVC 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at University of California, Los Angeles (UCLA), Lives in Los Angeles, CA
The MVC pattern, in a nutshell, is this: The model represents the data, and does nothing else. The model does NOT depend on the controller or the view. The view displays the model data, and sends user actions (e.g. button clicks) to the controller.
2023-05-09 05:04:15
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Brown
QuesHub.com delivers expert answers and knowledge to you.
The MVC pattern, in a nutshell, is this: The model represents the data, and does nothing else. The model does NOT depend on the controller or the view. The view displays the model data, and sends user actions (e.g. button clicks) to the controller.