This class renders the results of a SQL query as a HTML table.
It takes the SQL query to execute and processes results splitting them in multiple pages. A method prints out navigation links (for first, last, previous, and next pages).
It also generates the ordering links in the header row, allowing the user to sort, ascending and descending,
This is the main class. There are specific implementations for each database engine.
| |
Screenshots |
|
|
| There are not enough user ratings to display for this class. |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Rejilla::Mysql |
Required |
rejilla.php contains the main class from which this one derives. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
rejilla.php |
Class |
The main rejilla class. This one should be included before the specific database rejilla. |