| [ Index ] |
|
Code source de e107 0.7.8 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 130 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
e_admin_log:: (4 méthodes):
e_admin_log()
log_event()
get_log_events()
purge_log_events()
Classe: e_admin_log - X-Ref
Admin logging class.| e_admin_log($options = array() X-Ref |
| Constructor. Sets up constants and overwrites default options where set. param: array $options return: e_admin_log |
| log_event($event_title, $event_detail, $event_type = E_LOG_INFORMATIVE) X-Ref |
| Log an event to the core table param: string $event_title param: string $event_detail param: int $event_type Log level |
| get_log_events($count = 15, $offset) X-Ref |
| Pas de description |
| purge_log_events($days) X-Ref |
| Removes all events older than $days, or truncates the table if $days == false param: int $days |
| Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |