model for DB based showlog More...
Public Member Functions | |
get_log_entries ($options=false, $limit=false, $offset=0, $count=false) | |
Return all log entries matching the specified options. |
model for DB based showlog
Alertlog_Model::get_log_entries | ( | $ | options = false , |
|
$ | limit = false , |
|||
$ | offset = 0 , |
|||
$ | count = false | |||
) |
Return all log entries matching the specified options.
$options | Pretty much magical array of options to filter objects | |
$limit | The number of rows to get | |
$offset | The number of rows to skip before fetching | |
$count | Skip the whole row fetching, only return the number of lines |