Pagination Support forum pagination Result Set pagination with database abstraction This package is a set of classes is meant to generate navigation bars to display database query result sets split in multiple pages. The packake is based on the factory design pattern that is used to create objects ...
Pagination in PHP Support forum paging-class Browse MySQL query results split in pages This package can be used to browse MySQL query results split in pages. It can take a MySQL query and generates navigation links to browse to the different pages among which the listing of the query results will ...
Better PDO Pagination Support forum better-pdopagination Display pagination links for SQL queries using PDO This class can display pagination links for SQL queries using PDO. It takes a PDO object with database connection already opened and a SQL query as parameters to count the total number of ...
This class can generate listing pagination links. It takes as parameters the number of listing entries to display per page and the current page number. The class generates HTML links to go to other pages like the next page, previous page and any intermediate pages. Auto Pagination Support forum auto ...
Tomeks Pagination Support forum pagination Output pagination links using session to pass data This class can be used to generate links to navigate between pages of listings of database query results split in multiple pages. It uses sessions to pass the pagination state between pages. It can also ...
Easy Pagination Array Support forum easy-pagination-ary Compute values to split listings in pages This class can compute values to split listings in pages. It takes as input the total number of entries, the limit number of entries per page, and the number of the current page. The class performs ...
Zebra_Pagination Support forum zebra-pagination Show links to browse listings split in pages This class can show links to browse listings split in pages. It takes as parameters the total number of listing entries, limit number of entries to display per page and the current page number. The class ...
Generic Easy Pagination Support forum genericpagination Pagination of arbitrary listings This class is meant to generate an HTML navigation bar for listings to be split in multiple pages. The class is generic, so it can be used for pagination of arbitrary types of listings. An example is provided ...
CSS Pagination Support forum csspagination Good Looking of Pagination CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one ...
PHP AJAX pagination Support forum php-ajax-pagination Show MySQL query results split in pages using AJAX This class can be used to show MySQL query results split in pages using AJAX. It takes as parameters an SQL query, the number of results to show per page and the current page number. The generates ...