e107_handlers/e_db_legacy_trait.php
Call to undeclared method \e_db_legacy::copyRow
Open
Open
return $this->copyRow($table,$fields,$args);
- Exclude checks
Call to undeclared method \e_db_legacy::resetTableList
(Did you mean expr->db_ResetTableList()) Open
Open
return $this->resetTableList();
- Exclude checks
Call to undeclared method \e_db_legacy::setErrorReporting
(Did you mean expr->db_SetErrorReporting()) Open
Open
$this->setErrorReporting($mode);
- Exclude checks
Call to undeclared method \e_db_legacy::fetch
Open
Open
return $this->fetch($type);
- Exclude checks
Call to undeclared method \e_db_legacy::queryCount
Open
Open
return $this->queryCount();
- Exclude checks
Call to undeclared method \e_db_legacy::log
Open
Open
$this->log($log_type, $log_remark, $log_query);
- Exclude checks
Call to undeclared method \e_db_legacy::rows
Open
Open
return $this->rows($fields, $amount, $maximum, $ordermode);
- Exclude checks
Call to undeclared method \e_db_legacy::hasLanguage
Open
Open
return $this->hasLanguage($table, $multiple);
- Exclude checks
Call to undeclared method \e_db_legacy::select
Open
Open
return $this->select($table, $fields, $arg, $mode !== 'default', $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::markTime
Open
Open
return $this->markTime($sMarker);
- Exclude checks
Call to undeclared method \e_db_legacy::count
Open
Open
return $this->count($table, $fields, $arg, $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::field
Open
Open
return $this->field($table, $fieldid, $key, $retinfo);
- Exclude checks
Call to undeclared method \e_db_legacy::connect
Open
Open
if(!$this->connect($mySQLserver, $mySQLuser, $mySQLpassword, $newLink))
- Exclude checks
Call to undeclared method \e_db_legacy::replace
Open
Open
return $this->replace($table, $arg, $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::isTable
Open
Open
return $this->isTable($table, $language);
- Exclude checks
Call to undeclared method \e_db_legacy::tables
Open
Open
return $this->tables($mode);
- Exclude checks
Call to undeclared method \e_db_legacy::update
Open
Open
return $this->update($tableName, $arg, $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::close
Open
Open
$this->close();
- Exclude checks
Call to undeclared method \e_db_legacy::delete
Open
Open
return $this->delete($table, $arg, $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::gen
Open
Open
return $this->gen($query, $debug, $log_type, $log_remark);
- Exclude checks
Reference to undeclared property \e_db_legacy->mySQLaccess
Open
Open
return $this->mySQLaccess;
- Exclude checks
Call to undeclared method \e_db_legacy::update
Open
Open
return $this->update($table,$vars,$debug,$log_type,$log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::copyTable
Open
Open
return $this->copyTable($oldtable, $newtable, $drop, $data);
- Exclude checks
Call to undeclared method \e_db_legacy::rowCount
Open
Open
return $this->rowCount();
- Exclude checks
Call to undeclared method \e_db_legacy::fields
Open
Open
return $this->fields($table, $prefix, $retinfo);
- Exclude checks
Call to undeclared method \e_db_legacy::insert
Open
Open
return $this->insert($tableName, $arg, $debug, $log_type, $log_remark);
- Exclude checks
Call to undeclared method \e_db_legacy::database
Open
Open
if (!$this->database($mySQLdefaultdb,$mySQLPrefix))
- Exclude checks