我在我的画廊中使用了zend分页,不幸的是它不适合我。
在图库中使用标签和搜索框时 - > 下一个/另一个页面返回时没有分页/搜索
它应该是这样的:
gallery\page\2\?s=&tag=9
但我有这个:
gallery\page\2
我该怎么办?
'gallery' => array(
'type' => 'Segment',
'options' => array(
'route' => '/generator_nowy/gallery[/page/:page/]',
'defaults' => array(
'controller' => 'Men\Controller\FrontController',
'action' => 'gallery',
'page' => 1,
)
),
'may_terminate' => true
),
答案 0 :(得分:0)
尝试
ID | hobby
1 | ski
1 | basketball
2 | basketball
2 | jogging
2 | reading