PHP URL Routing (PUR)
I’ve been thinking about individual features of various code frameworks, starting with two features that are closely related: clean URLs and URL routing. To examine this idea further I started writing a basic implementation of these two features in PHP.
To start with we’ll redirect all requests to a single index.php file. Here’s the [...]
