Pagination in PHP

前端 未结 5 682
猫巷女王i
猫巷女王i 2020-12-02 02:31

I have a page that serves a list of files for users to download. There can be hundreds of files there, and I would like to break them down into multiple pages and give users

5条回答
  •  遥遥无期
    2020-12-02 03:16

    Firstly you could try to write your own. Alternatively you could use Smarty (a very well known PHP presentation framework) along with this pagination plugin.

提交回复
热议问题