Zend Framework: How to map fully dynamic route
问题 The title of this question was hard to come up with, it might not be the best, anyway. I have a site with regions, categories and suppliers, the obvious solution is to use the default route of "/:module/:controller/:action" So that my URLs will look something like this "/region/midlands/category/fashion" "/region/midlands/supplier/ted-baker" What I want to achieve is a URL format like this however, this would need to involve a database query to check for the existence of midlands , fashion