Explain routing in zend framework?
Answer / Durga Datt Upadhyay
Routing in Zend Framework is a mechanism that maps incoming URLs to specific controllers and actions. It helps to manage the navigation structure of your application by defining routes based on URL patterns, which are then matched against incoming requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between redirect and forward in zend framework?
What is the minimum php version required to run zend framework 2.0?
Do you know what is zend engine?
What do you mean by zend engine?
How to set 'selected' value in select box dropdown list?
How to write a program to show the function of action helper?
Explain what lucene is in the zend framework?
What is zend_registry?
How to include js from controller and view in zend?
Zend framework forms, decorators and validation: should I go back to plain html?
What is this "username" I have to submit with my cla, and why do I have to submit it?
Does zend support php 4? Explain