Home »
MCQs »
Zend Framework MCQs
Which type of route in the Zend framework is used to match a precise URI?
47. Which type of route in the Zend framework is used to match a precise URI?
- Hostname
- Literal
- Method
- Regex
Answer: B) Literal
Explanation:
Literal type of route in the Zend framework is used to match a precise URI.