Public Member Functions | |
| DiogenesLoggerView () | |
| run (&$page, $outputvar='', $template='') | |
Public Attributes | |
| $dbh | |
TODO: give an example of how to use the class
Definition at line 29 of file diogenes.logger-view.inc.php.
| DiogenesLoggerView::DiogenesLoggerView | ( | ) |
The constructor.
Definition at line 36 of file diogenes.logger-view.inc.php.
| DiogenesLoggerView::run | ( | &$ | page, | |
| $ | outputvar = '', |
|||
| $ | template = '' | |||
| ) |
Run the log viewer and fill out the Smarty variables for display.
| page | the page that will display the viewer's data | |
| outputvar | the Smarty variable to which we should assign the output | |
| template | the template to use for display |
Definition at line 250 of file diogenes.logger-view.inc.php.
| DiogenesLoggerView::$dbh |
Handle to the database.
Definition at line 32 of file diogenes.logger-view.inc.php.
1.5.1