InterviewSolution
Saved Bookmarks
| 1. |
Explain The Architecture Of Magento? |
|
Answer» The architecture of MAGENTO is a typical PHP MVC (Model-View-Controller) APPLICATION where the ENTIRE controller will be in one folder and all the models in another. Files are grouped TOGETHER and known as modules in Magento. The architecture of Magento is a typical PHP MVC (Model-View-Controller) application where the entire controller will be in one folder and all the models in another. Files are grouped together and known as modules in Magento. |
|