How to change the view render file from controller?
Answer / 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');`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of autoloader in zend framework?
What are the advantages of zend framework?
How to protect your site from sql injection in zend when using select query?
Explain the difference between zend_registry and zend_session in zend?
How to include js from controller and view in zend framework?
How to check whether a form posted or not in the zend framework?
List some advantages of zend framework as compared to other frameworks
Do you know what is the way in which the html can be used to form elements?
Do you know what is the function lucene?
What are the advantages of zend framework 3? Explain
What is zend engine?
How to write a program to retrieve the view object within plugin?