Extending Joakim’s current delegation system to add some new flexibility. The goal is for developers to have complete control over the URL so they can make them as meaningful as possible.
The best PHP routing system we’ve found so far is Net_URL_Mapper available via PEAR. Sadly for all, the documentation is lacking. It is, however, based on Python Routes, so things should look fairly similar. We don’t yet, however, have any sample code.