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 |
Zend_cache provides a generic way to cache any data?
Can we call a model in view?
What is full form of cla in zend framework?
How to install zend on your local machine?
Write a program to show the function of action helper?
Do you know what are the elements used in customizing the output of using the standard decorators?
What is autoloader?
How to use update statemnet in zend framework?
What is the purpose of autoloader in zend framework?
How to access route, post, get etc. Parameters in zend framework 2?
What is the use of zend framework?
Writing a subquery using zend db?