InterviewSolution
| 1. |
What Is Mvc Architecture? |
|
Answer» MVC, or MODEL, View, CONTROLLER, is a type of architecture in which BUSINESS logic, data access, and user interface are separated for APPLICATIONS. MVC has two different types: configuration-based and convention-based. However, Magento uses the configuration-based version. This means that to get a module’s config file to WORK, everything must be specified to it. MVC, or Model, View, Controller, is a type of architecture in which business logic, data access, and user interface are separated for applications. MVC has two different types: configuration-based and convention-based. However, Magento uses the configuration-based version. This means that to get a module’s config file to work, everything must be specified to it. |
|