CAN controller and view be same object 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 Columbia University, Lives in New York City. Experienced marketer currently working for a global advertising agency.
The controller provides model data to the view, and interprets user actions such as button clicks. The controller depends on the view and the model. In some cases, the controller and the view are the same object.
2023-05-05 03:16:18
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ava Wilson
QuesHub.com delivers expert answers and knowledge to you.
The controller provides model data to the view, and interprets user actions such as button clicks. The controller depends on the view and the model. In some cases, the controller and the view are the same object.