Easiest way to map route in PHP

前端 未结 3 1588
孤城傲影
孤城傲影 2021-01-23 02:05

I was browsing Symfony\'s website. I didn\'t really feel like I need all the functionality the framework offers, but I did like the routing part. It allows you to specify URL pa

3条回答
  •  渐次进展
    2021-01-23 02:28

    I recommend this article http://net.tutsplus.com/tutorials/other/a-deeper-look-at-mod_rewrite-for-apache/ to understand url rewrite using apache mod_rewrite you do not need any framework just php. Also this is what in the depth any framework implements

提交回复
热议问题