-
PDO connection and multi pagination can generate links to browse the results of a given database query assuming a given limit number of results per page. A form to go directly to a predefined page of the search results can also be generated. PDO connection and multi pagination can also generate navigation links with letters that specify the first character ...
-
There is a base class that can show links to browse generic listings split between multiple pages of a limited number of items, given the total number of items the link base URL. Links to browse the query results can be are generated by a sub-class. Requirements: PHP 4.0 or higher
-
Menampilkan Halaman Pada framework takes as parameters the total number of entries in the listing, the limit number of entries displayed per page and the current page. The class displays links for next, previous and in-between pages. Requirements: PHP 5 or higher Limitations:The code and comments are in Indonesian.
-
The maximum number of entries to list per page an an SQL query are taken as parameters. impaginator generates HTML links to browse to the next and previous pages and any following pages up to a given limit of navigation links. The limit of navigation links to show per page and the link base URL are configurable. Requirements: PHP 4.0 ...
-
Graphical Navigation Bar takes as parameters the limit number of listing entries to display per page, the total number of entries and the first entry to show in the current page. Navigational linked images are generated and displayed in order to browse the listing pages. Requirements: PHP 3.0 or higher
-
Mewsoft Paginate takes as parameters the total numbers of entries in the listing, the limit number of entries to show per page and the number of the current page. It may return the number of the next, previous, first and last pages. Mewsoft Paginate also returns the entries on the current, first and last pages, and the range of pages ...
-
paging.inc.php takes as arguments the number of the current page, the total number of entries in the listing, and the limit of entries to display per page. HTML code for displaying listing navigation links is being generated. Requirements: PHP 4.0 or higher
-
pml pagger takes as parameters the total and limit number of items to display per page and the number of the current page. HTML links for navigating to the first, previous, next and last pages, as well as a form select input for going to a specific middle page, are generated. Requirements: PHP 3.0 or higher
-
paging_class takes as parameters the listing base page URL, the total number of entries in the whole listing, limit number of records to display per page, and the number of the current page. Links to the next, previous and any intermediate pages, relative to the current page, get generated. Requirements: PHP 4.0 or higher
-
Pagerizer takes as parameters the total number of entries in the listing and an an optional associative array with values of options to configure details of presentation of the links. Links for browsing to every page of the list are generated. It also generates CSS style definitions to configure different aspects of presentation. Requirements: PHP 3.0 or higher
-
gsdPagination takes as parameters a SQL query, the number of the current listing page, the limit of results to show in each page, and the base link URL. It generates an SQL query with the LIMIT clause to retrieve only the records to show in the current page.Navigation links that facilitate browsing the results, are also generated.Requirements: PHP 4.3 or ...
-
Page generates links to go to different pages of listings that show a limited number of entries per page, given the total number of entries and the current listing page number.Page can generate links to the first, last, next, previous and any intermediate pages. An SQL LIMIT clause can also be generated to retrieve entries from a database to display ...
-
fc_paginator can generate links to go to the different pages over which a listing of entries is spread, given the limit of entries to display per page and the total number entries to list.fc_paginator retrieves the current page number from a request variable.Requirements: PHP 4.0 or higher
-
Object paging takes a given SQL SELECT query and generates HTML links or forms with select inputs to browse pages on which the query results are display with a given limit of records per page.CSS styles can be used to configure the presentation of the links or form inputs.Requirements: PHP 5.0 or higher
-
The total number of entries and the base URL for the links are taken as parameters. PageLite looks at a configurable request variable to determine the current listing page and generates custom markup for links to go to the next, previous, first, last and jumping link pages based on custom configuration.The entire layout and operation of this class is configurable ...

