What is MVC

Source: Internet
Author: User

A lot of Web frameworks actually practices a software architecture model called MVC that divides the software into three parts:

  • The Model object is packed with information and business logically, such as the operations repository
  • The View represents the user interface, showing and editing the form, which can embed the HTML of the Ruby program.
  • Controller is responsible for sending the information to the model, the HTTP Request from the outside (ie, the browser), and the model interaction with the output View(i.e. HTML)

The following steps in this illustration are:

  1. Browser out HTTP request please
  2. Controller Operation Model Information
  3. Model Access information repository
  4. The Controller feeds The resulting information to the View panel
  5. Return the final HTML product to the browser

Through the MVC pattern, we can have the system code and separate the business logically and user interface, so that the front end and the backend developers can work independently, and the code has a consistent structure, the file location is clear, these examples of the Web The framework helps you to think about it. With the code, it's easier to protect.

What is MVC

Related Article

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.