e107inc/e107

View on GitHub
e107_handlers/e_db_legacy_trait.php

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

Call to undeclared method \e_db_legacy::copyRow
Open

            return $this->copyRow($table,$fields,$args);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::resetTableList (Did you mean expr->db_ResetTableList())
Open

            return $this->resetTableList();
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::setErrorReporting (Did you mean expr->db_SetErrorReporting())
Open

            $this->setErrorReporting($mode);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::fetch
Open

            return $this->fetch($type);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::queryCount
Open

            return $this->queryCount();
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::log
Open

            $this->log($log_type, $log_remark, $log_query);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::rows
Open

            return $this->rows($fields, $amount, $maximum, $ordermode);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::hasLanguage
Open

            return $this->hasLanguage($table, $multiple);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::select
Open

            return $this->select($table, $fields, $arg, $mode !== 'default', $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::markTime
Open

            return $this->markTime($sMarker);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::count
Open

            return $this->count($table, $fields, $arg, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::field
Open

            return $this->field($table, $fieldid, $key, $retinfo);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::connect
Open

            if(!$this->connect($mySQLserver, $mySQLuser, $mySQLpassword, $newLink))
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::replace
Open

            return $this->replace($table, $arg, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::isTable
Open

            return $this->isTable($table, $language);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::tables
Open

            return $this->tables($mode);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::update
Open

            return $this->update($tableName, $arg, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::close
Open

            $this->close();
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::delete
Open

            return $this->delete($table, $arg, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::gen
Open

            return $this->gen($query, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Reference to undeclared property \e_db_legacy->mySQLaccess
Open

            return $this->mySQLaccess;
Severity: Minor
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::update
Open

            return $this->update($table,$vars,$debug,$log_type,$log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::copyTable
Open

            return $this->copyTable($oldtable, $newtable, $drop, $data);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::rowCount
Open

            return $this->rowCount();
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::fields
Open

            return $this->fields($table, $prefix, $retinfo);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::insert
Open

            return $this->insert($tableName, $arg, $debug, $log_type, $log_remark);
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

Call to undeclared method \e_db_legacy::database
Open

            if (!$this->database($mySQLdefaultdb,$mySQLPrefix))
Severity: Critical
Found in e107_handlers/e_db_legacy_trait.php by phan

There are no issues that match your filters.

Category
Status