What is the difference between the role of M and C in the MVC pattern?

Source: Internet
Author: User
What is the difference between the role of M and C in the MVC pattern? For example, the establishment of a student information management system, M can change the student information and search, Operation database. What do you need to do with layer C? Of course, the C-tier can also use SQL to manipulate the database


Reply to discussion (solution)

The division of MVC is artificially divided, and there is no definite boundary
Generally speaking, M is the business logic. That is, everything that is relevant to the business (except the user interface) should be placed here
Because the database is related to the specific business, it should not be placed in C (not to say that C cannot manipulate the database, but you force yourself not to access the database in C)

M is the data layer for data acquisition
C is the control layer for logic control

You can understand that.

M is data, C is how to control how the data is used, V is how to display the data.

The division of MVC is artificially divided, and there is no definite boundary
Generally speaking, M is the business logic. That is, everything that is relevant to the business (except the user interface) should be placed here
Because the database is related to the specific business, it should not be placed in C (not to say that C cannot manipulate the database, but you force yourself not to access the database in C)

+1 See some open source code feel m and C difference does not capitalize in M method can also be written in C, written in C can also put in M, so have been very confused what is the difference
  • 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.