

Public Member Functions | |
| DbTablePager ($db, $query, $attributes=NULL, $extraVars=NULL) | |
| addRows () | |
| toHtml () | |
Public Attributes | |
| $query = "" | |
| $db = NULL | |
| $links = NULL | |
| $pager = NULL | |
| $limit = 10 | |
| $from = 0 | |
|
||||||||||||||||||||
|
Create a DbTable object.
|
|
|
Execute the query and add the results as rows.
Reimplemented from DbTable. |
|
|
Output the table as HTML including pager links.
Reimplemented from DbTable. |
|
|
The database connection. Reimplemented from DbTable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The query to build the table. Reimplemented from DbTable. |
1.4.6-NO