Implements [Iterator::valid], checks if the current row exists.
boolean Module_Database_Result::valid( )
boolean
public function valid() { return $this->offsetExists($this->_current_row); }