Technology

Magento MVC Architecture & Flow

There are many systems in PHP that follows MVC  (Model-View-Controller) architecture.   It is a robust design pattern that separates data access, business logic and user interface code. A typical MVC concept, Model: consists of application data and business rules.  It communicates with the database get the information. In...

by shahid
Tag: Magento MVC Flow
08-Mar-2013