URL management/mapping

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.

Idea References
  • Django’s cruft-free URL's
  • Colubrid - though technically not a framework Colubrid defines different applications for the method used to route each URL request to the appropriate object method. There’s some similarity here to Ismo’s Loader system.
 
url_management.txt · Last modified: 2008/02/15 12:48 by theideaman
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki