Maybe someone could find it interesting ... public function call($query, $params = null, $fetchmode = PDO::FETCH_ASSOC) { $this->Init($query, $params); $result = $this->sQuery->fetchAll($fetchmode); $this->sQuery->nextRowset(); return $result; }