This shows you the differences between the selected revision and the current version of the page.
| url_management 2007/03/08 14:21 | url_management 2008/02/15 12:48 current | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Extending Joakim's current delegation system to add some new flexibility. The goal is for developers to have | 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. | 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 [[http://pear.php.net/package/Net_URL_Mapper|Net_URL_Mapper]] available via [[http://pear.php.net/|PEAR]]. Sadly for all, the documentation is lacking. It is, however, based on [[http://routes.groovie.org/|Python Routes]], so things should look fairly similar. We don't yet, however, have any sample code. | ||
| == Idea References == | == Idea References == | ||