Ejemplo n.º 1
0
 /**
  * Function: cluster
  *
  * Description: This controller generates the clustered json of reports in the Ushahidi system.
  * This controller uses the helper class to do all the work.
  *
  * Views:
  *
  * Results: json is sent to the requesting client
  */
 public function cluster()
 {
     enhancedmap_helper::json_cluster($this);
 }
Ejemplo n.º 2
0
 /**
  * Function: cluster
  *
  * Description: This controller generates the clustered json of reports in the Ushahidi system.
  * This controller uses the helper class to do all the work.
  *
  * Views:
  *
  * Results: json is sent to the requesting client
  */
 public function cluster()
 {
     enhancedmap_helper::json_cluster($this, false, "_blank");
 }