Where is the model in zf's mvc implementation?
Answer / Priya Gautam
In Zend Framework's MVC (Model-View-Controller) implementation, the Model layer handles data management and logic. It communicates with databases or other data sources to fetch and manipulate data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set 'selected' value in select box dropdown list?
How to get variable's value from get?
Which class extend the zend controller?
How can I customize the appearance of forms generated by zend_form?
What does autoloader in zend framework?
Why are in-built libraries used for the web services?
Explain why are in-built libraries used for the web services?
How to check post method in zend framework?
Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
How to display zend_form_element_radio on one line ?
Where's the model?
How you can set module name, controller name, and action name in zend framework?