You are here

public function QPDrupalDB::withEachRow in QueryPath 6

Same name and namespace in other branches
  1. 7.3 querypath.classes.inc \QPDrupalDB::withEachRow()
  2. 7.2 querypath.classes.inc \QPDrupalDB::withEachRow()

Repeat for all found rows.

File

./querypath.classes.inc, line 86
Classes that are part of the QueryPath module.

Class

QPDrupalDB
Add Drupal database support to QueryPath.

Code

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