You are here

public function QPDB::withEachRow in QueryPath 6

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

File

QueryPath/Extension/QPDB.php, line 113

Class

QPDB

Code

public function withEachRow() {
  $this->cycleRows = TRUE;
  return $this->qp;
}