This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
* | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class citygridplaces { | |
private $publishercode; | |
private $dbserver; | |
private $dbname; | |
private $dbuser; | |
private $dbpassword; | |
public function __construct($publishercode) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include "citygrid-places-api-class.php"; | |
/* | |
* | |
* | |
*/ | |
class ExternalListingService { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include "citygrid-places-api-class.php"; | |
/* | |
* | |
* | |
*/ | |
class ExternalListingService { |
NewerOlder