Simple PHP url dispatcher
Thursday, February 17th, 2011PHP maps filenames into urls, this is a very handy feature and many applications simply use that for all their request handling needs. Practical as it can be, it’s quite limited.
Mapping url patterns into functions or Object methods is simple and easy. I’ll comment as I go…
(more…)