How we can redirect to another page from controller in zend framework?
Answer / Atish Kumar Paswan
To redirect to another page from a controller in Zend Framework, use the $this->redirect() method. For example: $this->redirect('/path/to/new-page');
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is the way in which the html can be used to form elements?
What is the use of bootstrap in zend framework?
What are the important component of zend framework?
What is models in zend framework?
What are the advantages of zend framework 3? Explain
Explain the features of mvc in zend framework?
How to create an object of model in zend framework?
What do you mean by service manager in zf2?
How do I use viewscripts on zend_form file elements?
What is the zend file upload and element decorators?
What is the procedure to see that the optional file is detected?
What is routing in zend in zend framework?