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?

Answers were Sorted based on User's Feedback



What is MVC structure in Magento?..

Answer / bhupendra

The MVC stand for model view Controller, it is A designe
pattern which is use to Designe architecture of high level
of programming.

Is This Answer Correct ?    18 Yes 5 No

What is MVC structure in Magento?..

Answer / 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

What is MVC structure in Magento?..

Answer / sharad sinha

MVC structure means MODEL VIEW CONTROLLER..it is a design
pattern to develop an application as a specific model view.

Is This Answer Correct ?    0 Yes 1 No

What is MVC structure in Magento?..

Answer / ravi pratap

The Model-View-Controller (MVC) architecture traces its
origins back to the Smalltalk Programming language and Xerox
Parc. Since then, there have been many systems that describe
their architecture as MVC. Each system is slightly
different, but all have the goal of separating data access,
business logic, and user-interface code from one another.

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More PHP Interview Questions

How can we display the output directly to the browser?

0 Answers  


What is a PHP accelerator?

0 Answers  


What is php key?

0 Answers  


What is difference between put and post method in http?

0 Answers  


What new features php7 has in store for us?

0 Answers  


Can you extend a final defined class?

0 Answers  


What is php built on?

0 Answers  


How can I execute a PHP script using command line?

4 Answers   Sify,


Which is better php or nodejs?

0 Answers  


What is default session time in php?

0 Answers  


What language is similar to php?

0 Answers  


Tell me how can we check the value of a given variable is alphanumeric?

0 Answers  


Categories