Horde/Routes tackles an interesting problem that comes up frequently in web development: how do you map a URL to your code? There are many solutions to this problem ranging from using the URL paths as an object publishing hierarchy to regular expression matching. Horde/Routes goes a slightly different way. Using Horde/Routes, you specify parts of the URL path and how to match them to your Controll