Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

akost/SimpleViewAdapter

Repository files navigation

SimpleViewAdapter.php SimpleViewFilter.php SimpleViewEnums.php SimpleViewExample.php

Author: Michael Taylor Contact: www.michaeltaylor3d.com/contact

Copyright (c) 2013 Ayers Saint Gross

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This Adapter exposes the following:

SimpleViewAdapter:

getListings($pageSize, $pageNum, $filter, $displayAmenities)
getListing($listingId, $updateHits)
getListingTypes($webOnly)
getListingCategories($listingTypeID)
getListingSubCategories($listingCatId, $listingTypeID)
getListingRegions($catId)
getListingAmenities()
getCouponCategories()
getCoupons($pageNum, $pageSize, $filter)
getCouponsByCategories($couponCatId, $pageNum, $pageSize, $filters)
getCouponsByListingId($listingId, $pageNum, $pageSize, $redeemStart, $redeemEnd, $keywords)
getCoupon($couponId, $updateHits)
updateHits($hitTypeID, $recId, $hitDate)

Enums Available:

FilterType:
	EQUAL_TO
	NOT_EQUAL_TO
	GREATER_THAN
	GREATER_THAN_OR_EQUAL_TO
	LESS_THAN
	LESS_THAN_OR_EQUAL_TO
	LIKE
	STARTS_WITH
	ENDS_WITH
	ANY
	ALL
	NONE
UDFTypeID:
	currency
	data
	email
	number
	percent
	phone
	dropdown
	text
	textArea
	url
	yesNo
	multiSelect
	ccNumber
	ccExpiration
	fileUpload
HitTypes:
	listings
	categories
	subCategories
	listingWebSite
	coupons
	locations
	reservations

About

SimpleView PHP Adapter: Exposes Simple View Listings API into a set of simple to use PHP functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • PHP 100.0%

AltStyle によって変換されたページ (->オリジナル) /