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 |
What is the function of model in mvc architecture?
How to check whether a form posted or not in the zend framework?
Tell me what are the basic operations performed by the decorator?
What is zend framework in php?
How to get client's timezone?
What is threads in php?
What do you know about zend layout?
How to create object of model?
How to redirect to another page from controller?
Please write down a program to show the execution of the application?
Explain the use of bootstrap used in zend framework?
How can customize the appearance o f forms generated by zend_form?