You are here

static function QPDB::getBaseDB in QueryPath 7.3

Same name and namespace in other branches
  1. 6 QueryPath/Extension/QPDB.php \QPDB::getBaseDB()
  2. 7.2 QueryPath/Extension/QPDB.php \QPDB::getBaseDB()

File

QueryPath/Extension/QPDB.php, line 34

Class

QPDB

Code

static function getBaseDB() {
  return self::$con;
}