I\'m looking for a very lightweight routing framework (to go with php-skel).
The first thing I\'d like to investigate is specifying rewrite rules in a php file (\"not fo
PHP has a parse url function that could be easily used to route. You can then call explode() on the path portion that is returned to get an array of the url components.