What is the best definition of MVC?

后端 未结 7 1092
闹比i
闹比i 2020-12-14 04:27

I have been using the Zend Framework with an MVC configuration, read about Ruby on Rails and I plan to explore other MVC frameworks in Python (Django?). I really like the wa

7条回答
  •  遥遥无期
    2020-12-14 04:40

    I trust the MVC definition given here by Martin Fowler. However, you may want to notice the fact that more or less these framework have their own tweak in it. For example a framework like Django is more Model-Template-Controller due to its templating feature.

提交回复
热议问题