attogram/attogram-database

View on GitHub
admin_actions/events.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

list($limit, $offset) = $this->database->getSetLimitAndOffset(
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

print $this->database->pager($count, $limit, $offset);
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

print $this->database->pager($count, $limit, $offset);
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

$count = $this->database->getTableCount('event');
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

$events = $this->database->query($sql);
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

$this->pageFooter();
Severity: Minor
Found in admin_actions/events.php by phan

Variable $this is undeclared
Open

$this->pageHeader('⌚ Event Log');
Severity: Minor
Found in admin_actions/events.php by phan

There are no issues that match your filters.

Category
Status