Home »
MCQs »
Zend Framework MCQs
Which type of route in the Zend framework matches the HTTP method of the user requests?
48. Which type of route in the Zend framework matches the HTTP method of the user requests?
- Hostname
- Part
- Method
- Regex
Answer: C) Method
Explanation:
The method type of route in the Zend framework matches the HTTP method of the user requests.