MVC: models interacts with the view?
- by fayer
i know that everything is going through the controller.
but i often read articles that says something like this:
user interacts with the view
controller asks the model to change its state
model notifies the view when its sate has changed
i dont get the 3rd one. why saying that the model notifies the view, when it actually is notifying the controller and the controller is notifying the view?