Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is MVC structure in Magento?

Answer Posted / manmohit verma

MVc Structure Called Model View Structure in model view
controller method we have separate files or classes
according to their functional tasks.

Model Refers to the files which communicates with data base
to get info from the database. In magento we have these
files under model folder of every model whether its
core,local or community magento module. Under model folder
we have its model files to get or set data to databse

View Refers to the Files which is displayed to the end user
or client .In magento .phtml files which are in the
app/design directory structure works for View task of MVc
structure .phtml integrates both php and html to produce
output to end user

Controller are controlling files which decides the actions
between model and view files what output to be generated
these files are under controller folder and manages the url
structure for magento if you don't define the controller
for the a particular url you will be re directed to 404 page
not found default page of magento

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the use of the function htmlentities?

992


What is member function?

1108


What is die in php?

1104


Does php have future?

1023


How to get complete current page url in php?

1114


What is variable declaration?

1002


How to create a table using php?

1133


What are the php variables?

1060


Are react hooks stable?

999


What is the difference between $message and $$message in php?

1084


What is the use of hooks?

1014


What is strcmp?

1001


Tell me what are the encryption techniques in php?

992


Tell me how comfortable are you with writing html entirely by hand?

981


What is difference between session_unset and session_destroy?

1102