Skip to content

Instantly share code, notes, and snippets.

View arpitr's full-sized avatar

Arpit arpitr

  • Srijan Aravali Technologies
  • Goa
View GitHub Profile
<?php
// Including citygrid API
include "citygrid-places-api-class.php";
/*
* class ExternalLisitngService with methods to call citysearch API,update nodes on the basis of data
* from listing site,to count reviews from users,return all reviews form users
*
*/
<?php
class citygridplaces {
private $publishercode;
private $dbserver;
private $dbname;
private $dbuser;
private $dbpassword;
public function __construct($publishercode) {
<?php
include "citygrid-places-api-class.php";
/*
*
*
*/
class ExternalListingService {
<?php
include "citygrid-places-api-class.php";
/*
*
*
*/
class ExternalListingService {