Codeigniter Routes regex - using dashes in controller/method names

前端 未结 9 1218
小鲜肉
小鲜肉 2020-11-29 01:32

I\'m looking for a one line route to route dashed controller and method names to the actual underscored controller and method names.

For example the URL



        
9条回答
  •  -上瘾入骨i
    2020-11-29 01:59

    This is an old question, but I'd like to post that e-mike had a great solution to this problem, and a lot simpler.

    
    

    Hope this helps anyone else with this problem.

提交回复
热议问题