Categories

MVC

Grace Kerrigan September 28, 2016
Rating: 5.0/5. From 3 votes.
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.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.