Break up PHP Pagination links

前端 未结 4 1525
清酒与你
清酒与你 2020-12-19 06:49

I have the following method that creates and returns markup for my pagination links in PHP.

public function getPaginationLinks($options) {
    if($options[\'         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-19 07:03

    You may also look at Zend_Paginator, which handles lots of these types of things for you.

提交回复
热议问题