You are here

public function QPDB::__construct in QueryPath 6

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

Overrides QueryPathExtension::__construct

File

QueryPath/Extension/QPDB.php, line 40

Class

QPDB

Code

public function __construct(QueryPath $qp) {
  $this->qp = $qp;
  $this->db = self::$con;
}