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 |
How to get variable value from getting in zend framework?
Explain what is the procedure to see that the optional file is detected?
How to install zend on your local machine?
Can we move the index.php file outside the public folder?
Difference between zend_registry and zend_session?
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?
How to include js from controller and view in zend?
I am a minor (under 18 years of age). Who should sign my cla?
Explain the filters in zend framework with examples?
How to use update statemnet in zend framework?
What are naming convention for php file?
Please write down a program to show the execution of the application?