What is the right MVC diagram for a web application?

前端 未结 7 2015
情书的邮戳
情书的邮戳 2021-01-30 02:08

Which MVC diagram is correct? Each have different arrows...

Diagram 1

7条回答
  •  猫巷女王i
    2021-01-30 02:56

    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 ).

提交回复
热议问题