5 ms·
Looks like everyone and their grandma has written their own PHP router. Here's mine: https://github.com/erming/route https://github.com/erming/route Code: ht
by erming 12y ago
Looks like everyone and their grandma has written their own PHP router.
Here's mine:
https://github.com/erming/route https://github.com/erming/route
Code: https://github.com/erming/route/blob/master/route.php https://github.com/erming/route/blob/master/route.php
~80 LOC
- krapp 12y agoI did. It's not worth posting though. I think writing a php router is one of those things everyone who works with php should learn to do. It teaches you a lot.