【发布时间】:2010-01-21 05:53:13
【问题描述】:
我正在使用 Cakephp 通过 sphinx 执行搜索。我想修改 cakephp 生成的分页链接的默认结构
例如
从:
localhost/search/page:1/key1:google/key2:code
至:
localhost/search/key1:google/key2:code/page:1
我希望页码出现在末尾。有没有办法做到这一点? 任何帮助表示赞赏
【问题讨论】:
标签: url cakephp pagination