how to build a good router for php mvc

前端 未结 4 1406
灰色年华
灰色年华 2021-02-03 14:55

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

4条回答
  •  孤街浪徒
    2021-02-03 15:39

    Choose any popular MVC to see how they implement it under the hood. In addition, spl_autoload_register and namespace are your friends.

提交回复
热议问题