How to redirect to another page from controller?
Answer / Ranjeet Vishwakarma
To redirect to another page from a controller in Zend Framework, you can use the $this->_redirect() method and pass it the URL or controller action as an argument.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is autoloader in zend framework?
Explain routing in zend framework?
What is the purpose of bootstrap in zend framework?
How we can add custom view helpers to zend framework 2?
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
What is zend framework?
How to write a program that performs the calculations using the sql function?
Can we move the index.php file outside the public folder?
What do you mean by service manager in zf2?
Write a program to show the instantiation of the window class?
How can I use a stored procedure in a mysql database with zend framework?
Explain what lucene is in the zend framework?