简体   繁体   中英

customize Codeigniter pagination

有没有一种方法可以使Codeigniter仅显示“«旧文章”和“较新文章»”,而不显示页码和所有其他内容?

There can be two ways you can achieve that:

  • Modify the CodeIgniter's pagination class
  • Make your own library class
  • Make some function(s) to achieve that.

If you can modify the CI' pagination class, go with that, but I won't recommend that because you will need it with same purpose elsewhere possibly.

A better option is to create your own library for that if you can. If you can not do so, you are can make your own functions to achieve that.

Also check to make sure that there might be such thing available already somewhere on the internet's jungle.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM