Home > Download >  Library download > Pagination library

  • PHP general paging class(imitating Google style). This code is used for paging. Only need to provide two parameters: the total number of records and the number of displays per page. There is no need to specify the URL, the link is generated by the program. It is convenient for paging search results. The form is submitted using the GET method, which ensures that URL parameters are not lost during operations such as query and deletion.

    Pagination library10882017-03-13
  • A very exquisite php paging class, which can be directly applied to the paging system. It is an essential tool for mysql database paging. You only need to embed the class file and paging CSS style to achieve exquisite paging. You can change the CSS style file according to your own needs to control the paging color. Using the PHP paging class can save you a lot of time. You only need to embed it in the paging place.

    Pagination library14532017-03-13
  • A simple and easy to use php paging class. Friends in need can come here for reference, I hope it will be helpful to everyone , The number of pages displayed on each page of the paging bar, Parameters to be taken when jumping to the page number, The default list displays the number of rows per page, The number of starting rows, Total number of pages for paging, Total number of pages for paging columns. #

    Pagination library14352017-03-13
  • When there are more and more message contents on the website, the application of paging function comes into being. Let’s focus on the calling of the paging class that comes with the ThinkPHP framework. Knowledge points: 1. Trial of count function 2. Understanding the Page class instantiation operation and related parameters 3. Use the limit function 4. Understanding the show function

    Pagination library15232017-03-13
  • Introduced the efficient php paging class of mongodb, and did not use mongodb skip to implement paging. Friends who need it can refer to it, Mongodb paging skip limit paging must first find out all results before skipping , so if the query page goes further back, the efficiency will be lower. If you can find out the last record of each page of results through the query conditions, then use the last record as the query condition to check the next page. In this way, the page size records will be queried every time, and the efficiency will not be bad.

    Pagination library14172017-03-13
  • Share a universal php paging class. Display the template in pages, and variable parameters can be used. The currently selected paging link template, the unselected paging link template. Display text settings, Set the paging template, Set the selected paging template, Set the unselected paging template template.

    Pagination library13752017-03-13
  • I share with you the paging class for PHP to implement file content operations. I emphasize that it is only for file operations for your reference. Get the total length of this file, Get the currently passed parameters, retain the parameters, and the page parameters change dynamically.

    Pagination library13142017-03-13
  • A super easy-to-use PHP paging class (customizable style), mainly used for novices to learn PHP paging. The code is simple and practical, and the comments are mainly complete. The main idea is: getthe total number of pages, the number of pages to be displayed, the current page, the number of items displayed on each page, and connection; Write a method to generate a one-dimensional array , the key is the page number and the value is the connection; Write a method to return a page number with a generated style (and you can add styles according to your own needs)

    Pagination library15332017-03-09
  • php-paginator is a PHP paging processing library. Interested friends can download it and use it in their own projects.

    Pagination library13342017-02-28
  • A simple php paging library Note: You also need a table during testing with at least the fields announceID, announceContent.

    Pagination library16902017-02-23
  • This class is suitable for database query paging and array paging. The output content and style can be easily adjusted in the class. For detailed instructions, please see the file in the compressed package.

    Pagination library98222017-02-23
  • A practical PHP paging class. You only need to pass in a few parameters (total number of information, total number of pages, number of items displayed on each page, current page number, starting position of query) to instantiate and use it. Friends who need it can refer to it for convenience. Let’s learn php code.

    Pagination library15142017-02-23