URL routing lets you configure an application to accept request URLs that do not map to physical files.

learn more… | top users | synonyms

4
votes
0answers
120 views

Small PHP-MVC system (for personal learning / use)

I've made an "simple" / "small" MVC-like PHP system. I've used some code of an project I used before and ask questions about it back then to. The thing is, it works (the admin part to begin with), ...