How we can redirect to another page from controller in zend framework?
Answer Posted / 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 |
Post New Answer View All Answers