Which MVC diagram is correct? Each have different arrows...
Diagram 1
Diagrams 1 and 4 are correct MVC patterns. The rest are closer to MVP pattern.
Though in a web MVC you have a passive Model and changes are pulled by the View from Model, instead of being pushed by Model ( Observer pattern ).