Debugging routes in codeigniter?

前端 未结 1 445
予麋鹿
予麋鹿 2021-01-05 06:37

I am wondering if there is any simple way of debugging routes in code igniter?

preferably I would like to be able to see in the log along the lines of:



        
相关标签:
1条回答
  • 2021-01-05 07:39

    Just wrote a small extension of the Router core system class:

    https://github.com/Philo01/CodeIgniter-Route-Debugging

    It wil debug just the way you described. ( except for the 404, I still need to add that )

    0 讨论(0)
提交回复
热议问题