How to change the view render file from controller?
Answer Posted / Prawin Kumar
To change the view render file in a Zend Framework controller, you can use the `render()` function. For example: `$this->render('new_view_file');`
Post New Answer View All Answers
Explain filters in zend framework with examples?
225
How to render zf2 view within json response?
342
How you can set module name, controller name, and action name in zend framework?
307
How to call two different views from same action?
302