This package can be used to display MySQL query results in HTML listings split in multiple pages.
It executes an SQL SELECT query and generates an HTML table to display the query results.
There is a base class to display the listings, and a sub-class that can perform the MySQL specific database access actions.
It supports displaying listings with links to go to other pages of the listing and links to let the user change the listing column sorting.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Sufficient (75.0%) |
- |
Not sure (56.3%) |
- |
- |
Sufficient (60.0%) |
639 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| Rejilla |
Required |
rejilla.php contains the main class from which this one derives. |
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.
| File |
Role |
Description |
flechaA.png |
Icon |
Arrow for ascending order |
flechaD.png |
Icon |
Arrow for descending order |
rejilla.mysql.php |
Class |
class Rejilla_MySQL is the datagrid class you have to instantiate for MySQL. |
test.php |
Example |
Simple Rejilla test |
test.sql |
Data |
This is a SQL table for testing purposes. Create in test database |