You are here

static function QPDB::getBaseDB in QueryPath 6

Same name and namespace in other branches
  1. 7.3 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;
}