Categories

MVC

Grace Kerrigan septiembre 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.

Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados