Using slugs in codeigniter

后端 未结 3 1273
无人共我
无人共我 2020-12-02 23:49

I have heard of people using slugs for generating clean urls. I have no idea how it works. Currently i have a codeigniter site which generates url\'s like this



        
3条回答
  •  执笔经年
    2020-12-03 00:30

    You can use the CI Slug Library by Eric Barnes:

    https://github.com/ericbarnes/CodeIgniter-Slug-Library

提交回复
热议问题