标签: cakephp search pagination cakephp-1.3
我在我的项目中设置了简单搜索。我需要根据搜索条件显示结果。当我单击分页按钮的第二页时,它显示整个结果意味着缺少搜索条件。如何使用搜索条件进行分页。
先谢谢。 Prasanth
答案 0 :(得分:0)
您需要合并您的网址参数,以便将搜索结转到下一页。
$this->Paginator->options(array('url' => $this->passedArgs));