Public Member Functions | |
DbTable ($db, $query, $attributes=NULL) | |
addRows () | |
toHtml () | |
gettextColumn ($intColumn) | |
Public Attributes | |
$query = '' | |
$db = NULL |
|
Create a DbTable object.
|
|
Execute the query and add the results as rows.
Reimplemented in DbTablePager. |
|
Run gettext over the contents of a column. The first row is left out.
|
|
Output the table as HTML.
Reimplemented in DbTablePager. |
|
The database connection. Reimplemented in DbTablePager. |
|
The query to build the table. Reimplemented in DbTablePager. |