What is routing and how it's work?
Answer / Prem Shankar Sah
Routing in Zend Framework refers to the process of mapping incoming URLs to specific controllers, actions, and parameters. It works by defining routes that match certain patterns and then redirecting requests accordingly. For example, a route might map '/products/view/123' to the 'ProductController', 'viewAction', and pass '123' as an argument.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is the function of model in mvc architecture?
What is the use of bootstrap in zend framework?
Do you know what is the use of zend framework?
What is the minimum php version required to run zend framework 2.0?
Which class extend the zend model? Zend_db_table_abstract
How to write a program to show the instantiation of the window class?
How to get variable's value from get?
What is the function of action helper in zend?
how to remove all dtddwrappers and labels on zend form elements?
What is zend framework in php?
What does autoloader in zend framework?
How to get all post data in zend framework?