What is the difference between redirect and forward in zend framework?
Answer / Mahesh Pratap Singh
In Zend Framework, both redirect() and forward() are used for navigation. However, redirect sends a HTTP 302 response with the new location in the Location header while the current page is still rendered. On the other hand, forward() skips rendering of the current controller action and directly executes the specified controller and action.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can customize the appearance o f forms generated by zend_form?
How to create model file in zend framework?
Explain the filters in zend framework with examples?
Write a program that performs the calculations using the sql function?
How to display zend_form_element_radio on one line ?
Why should we use framework?
How to create object of model?
How to get client's timezone?
How do you set module name, controller name, and action name in zend framework?
Explain authorization and authentication in zend framework?
Configuration in zend framework, application.ini file?
Write a program to retrieve the view object within plugin?