开发者

Get Paginator Previous to add another parameter

开发者 https://www.devze.com 2023-03-10 17:35 出处:网络
How do I get this: echo \'<td>\'开发者_JS百科.$paginator->prev(\'Previous\', array($query_encode)).\'</td>\';

How do I get this:

 echo '<td>'开发者_JS百科.$paginator->prev('Previous', array($query_encode)).'</td>';

to have another parameter in the url?


Take a look at Pagination for custom queries article and at Pagination in Views in the manual.

0

精彩评论

暂无评论...
验证码 换一张
取 消