Categories

MVC

Grace Kerrigan September 28, 2016
Rating: 5.0/5. From 3 votes.
You voted 5, 5 Stunden ago.
Please wait...

MVC (Model-View-Controller architecture) is a widely used design pattern – a prescribed solution to a common problem organized in code. MVC can be considered as layer based architecture, which consists of controller, model and a view.

For instance, OpenCart engine is a MVC system as well, which means that engine structure includes model-view-controller files.

Here are some benefits of MVC pattern:

  • Components separation: allows the re-use of the business logic across applications.

  • Multiple view support: can display multiple views of the same data at the same time.

Bookmarken den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten

Kommentare sind geschlossen