What is routing in zend in zend framework?
It’s an act to match a request to a given controller. Routing will examine the request URI and will attempt to match the URI path segment against the provided constraints.
BY Best Interview Question ON 22 Feb 2019