MVC design Pattern---English all-in-Name: Model (model) View Controller (Control)
MVC is a design idea. This idea emphasizes the separation of the implementation model, view, and controller. How does this idea work on the Web? In fact, we introduce MVC in Web development, and want to achieve the goal is to achieve the UI layer and the business Logic layer separation-controller is to achieve the above purpose exists!
。 MVC provides the idea of separating the model from the view-the introduction of the controller. We put the page Jump Relationship management, form data encapsulation and verification, internationalization and other tasks to the controller processing. Therefore, it is not difficult to understand why the popular MVC framework has management page jump relationships, form data encapsulation and validation, internationalization and other characteristics
MVC design Pattern (continuous update)