You are here

public function QPDB::withEachRow in QueryPath 7.3

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