如何在分页中使用字符串而不是数字

时间:2018-03-17 19:37:50

标签: codeigniter pagination

我有一个博客页面,每页显示一篇文章,包含下一个和上一个链接。我用codeigniter分页类构建的。我希望我的博客单篇文章链接看起来像这样 http://example.com/blog/article/i-am-an-article-title

而不是

http://example.com/blog/article/1

1 个答案:

答案 0 :(得分:0)

$config['page_query_string']=TRUE;

$config['query_string_segment'] = 'your_string';