attogram/attogram-database

View on GitHub
admin_actions/db-tables.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

$this->pageHeader($title);
Severity: Minor
Found in admin_actions/db-tables.php by phan

Variable $this is undeclared
Open

foreach ($this->database->tables AS $tableName => $tableDefinition) {
Severity: Minor
Found in admin_actions/db-tables.php by phan

Variable $this is undeclared
Open

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

Variable $this is undeclared
Open

if (!$this->database->loadTableDefinitions() || !$this->database->tables) {
Severity: Minor
Found in admin_actions/db-tables.php by phan

Variable $this is undeclared
Open

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

Variable $this is undeclared
Open

        .$this->database->getTableCount($tableName).'</code> entries'
Severity: Minor
Found in admin_actions/db-tables.php by phan

PHP keywords must be lowercase; expected "as" but found "AS"
Open

foreach ($this->database->tables AS $tableName => $tableDefinition) {
Severity: Minor
Found in admin_actions/db-tables.php by phpcodesniffer

AS keyword must be lowercase; expected "as" but found "AS"
Open

foreach ($this->database->tables AS $tableName => $tableDefinition) {
Severity: Minor
Found in admin_actions/db-tables.php by phpcodesniffer

There are no issues that match your filters.

Category
Status