Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How MVC works in magento [closed]

Thanks for the previous replies.

I am new to Magento and don't know how MVC operates in this framework. I want to display "Hello world" using MVC format--i.e., the controller imports the string from the model and transmits it to the view for display. Can anyone give me an idea of how MVC works in Magento?

like image 845
RAAAAM Avatar asked Oct 14 '11 06:10

RAAAAM


1 Answers

This Magento MVC flowchart may assist

like image 174
Sankar Subburaj Avatar answered Sep 28 '22 15:09

Sankar Subburaj