_setValue($value); $result = $this->_query($value); if (!$result) { $valid = false; $this->_error(self::ERROR_NO_RECORD_FOUND); } return $valid; } }