I\'m experimenting with php mvc and I\'m stucked with the following issue. My request and router classes are really simple and I would like to extend theme to can handle contro
Choose any popular MVC to see how they implement it under the hood. In addition, spl_autoload_register and namespace are your friends.