MVC and MVT

Source: Internet
Author: User
Mvc
  • The MVC framework is available in most development languages
  • The core idea of the MVC framework is: decoupling
  • Reduce the coupling between functional modules, make it easy to change, and easily refactor code to maximize code reuse
  • M represents model, primarily for encapsulation of the database layer
  • V represents view, which is used to show the results to the user
  • C represents the controller, which is the core for processing requests, fetching data, returning results
Mvt
  • Django is a Python-style web development framework
  • is different from MVC and belongs to the MVT framework
  • M represents model and is responsible for interacting with the database
  • V represents view, which is the core, responsible for receiving requests, getting data, returning results
  • T denotes template, responsible for rendering the content to the browser

MVC and MVT

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.