Source for file UpdateLocalDataRule.php
Documentation is available at UpdateLocalDataRule.php
* <b>Class Description</b>: Class representing the rules for refreshing linked data.
* (see {@link package.php} for documentation
* @author Jan van der Breggen
define('ACTIVE_RETREATS', 'active_retreats');
$this->database = 'rigregversiontwo';
//return $this->sanghaTable();
return $this->externallyLinkedOrm->getKeySetForUpdate('country', '=', 'NP');//'country', '=', 'DE'
$this->query("SELECT distinct(studentID) FROM retreatreg r, retreat rt where r.retreatUID = rt.ID and rt.status = 1 limit 100");
return $this->externallyLinkedOrm->convertLocalKeyValuesToRemoteKeyValues($this->rows_array());
private function reduce($data)
foreach ($data as $value)
|