Zend Server Question: Download Zend PDF

Tell me what is the function of model in MVC architecture?

Tweet Share WhatsApp

Answer:

- MVC is made up of model, view and controller components to, represents the data in the architectural form.

- The model component can vary from one requirement to another for MVC application.

- The function model represents the application that has the abstract processing of the components.

- It uses the zend framework that defines MVC architecture at one place and allow the applications to use it.

- It is having the model interface, class and other components that used to identify the value and provide the limitations on the use.

Download Zend PDF Read All 20 Zend Questions
Previous QuestionNext Question
Do you know what is the use of Zend framework?How to write a program to show the function of action helper?