LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Public Member Functions | |
initialize () | |
insert_entry ( $action=0, $log_text=0) | |
display_entry ( $start=1, $end=100000) | |
insert_secure_entry ( $action=0, $log_text=0) | |
display_secure_entry ( $start=1, $end=100000) | |
check_entry () | |
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
LEPTON_database | $database |
string | $log_table = '' |
string | $logged = NULL |
array | $secure_data = [] |
int | $user_id = 0 |
string | $username = '' |
array | $sUploadMessages = [] |
Static Public Attributes | |
static | $instance |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 24 of file lepton_logging.php.
check_entry | ( | ) |
Public function to check entries. Use this function/method for all data.
Definition at line 212 of file lepton_logging.php.
display_entry | ( | $start = 1, | |
$end = 100000 ) |
Public function to display inserted entries. Use this function/method for not encrypted data.
Definition at line 134 of file lepton_logging.php.
display_secure_entry | ( | $start = 1, | |
$end = 100000 ) |
Public function to display inserted entries. Use this function/method for encrypted data.
Definition at line 190 of file lepton_logging.php.
|
static |
Return the internal instance.
Definition at line 42 of file lepton_logging.php.
initialize | ( | ) |
Definition at line 53 of file lepton_logging.php.
insert_entry | ( | $action = 0, | |
$log_text = 0 ) |
Public function to build and execute a mySQL insert entry. Use this function/method for not encrypted data.
string | $action | A typical "job"-type that is done (UPDATE,INSERT,DELETE, etc) |
string | $log_text | A description , for ecample which ID was handled in which table. You can also use language strings to complete this. |
Definition at line 99 of file lepton_logging.php.
insert_secure_entry | ( | $action = 0, | |
$log_text = 0 ) |
Public function to build and execute a mySQL insert entry, but encrypted. Use this function/method for encrypted data only. It uses LEPTON built in functions and parameters.
string | $action | A typical "job"-type that is done (UPDATE,INSERT,DELETE, etc) |
string | $log_text | A description , for ecample which ID was handled in which table. You can also use language strings to complete this. |
Definition at line 158 of file lepton_logging.php.
LEPTON_database $database |
Definition at line 26 of file lepton_logging.php.
|
static |
Definition at line 34 of file lepton_logging.php.
string $log_table = '' |
Definition at line 27 of file lepton_logging.php.
string $logged = NULL |
Definition at line 28 of file lepton_logging.php.
array $secure_data = [] |
Definition at line 29 of file lepton_logging.php.
array $sUploadMessages = [] |
Definition at line 32 of file lepton_logging.php.
int $user_id = 0 |
Definition at line 30 of file lepton_logging.php.
string $username = '' |
Definition at line 31 of file lepton_logging.php.