On the phpaddiction site today, there's part two of their tutorial looking at URL routing with PHP (started here in Part One).
With the foundation of the routing in place (from part one), they move on to bigger and better things:
- assign responsibilities (what needs to be accomplished)
- creating a standard command object
- interpreting the URLs and the parameters passed in it
- using this information to dispatch the correct commands