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