Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/include/txp_log.php - 385 lines - 11887 bytes - Source - Print

Description: Visitor logs panel.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

log_list()
log_change_pageby()
log_multiedit_form()
log_multi_edit()

Functions

Functions that are not part of a class:

log_list($message = '')  line: 57
The main panel listing all log hits.

param: string|array $message The activity message
log_change_pageby()  line: 340
Saves a new pageby value to the server.

log_multiedit_form($page, $sort, $dir, $crit, $search_method line: 350
Renders a multi-edit widget.

return: string HTML
param: int    $page          The page number
param: string $sort          The current sorting value
param: string $dir           The current sorting direction
param: string $crit          The current search criteria
param: string $search_method The current search method
log_multi_edit()  line: 370
Processes multi-edit actions.

title

Body