Status + More dependencies

This commit is contained in:
2020-06-19 13:13:13 +02:00
parent c7b8301db1
commit 077fe68914
14 changed files with 753 additions and 16 deletions

View File

@@ -300,4 +300,7 @@ class MySQL extends SQL {
return new Keyword("NOW()");
}
public function getStatus() {
return mysqli_stat($this->connection);
}
}