Codeigniter Routes regex - using dashes in controller/method names

前端 未结 9 1224
小鲜肉
小鲜肉 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条回答
  •  渐次进展
    2020-11-29 01:44

    I believe what you are looking for is a either a pre-system or else a pre-controller hook that will take the requested URI and update it.

提交回复
热议问题