Answer Posted / Akshay Srivastava
In Zend Framework, models and views are separate components. You cannot directly call a model inside a view.nHowever, you can pass data from the controller to the view that is retrieved from the model. This data can then be used in your view templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers