row = $row; } function _next() { $row = $this->row; $this->row = false; return $row; } function key() { return $this->_key(); } function current() { return $this->_current(); } }