Ejemplo n.º 1
0
 /**
  * Function: index
  *
  * Description: This controller generates the non-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
  */
 function index()
 {
     enhancedmap_helper::json_index($this);
 }
Ejemplo n.º 2
0
 /**
  * Function: index
  *
  * Description: This controller generates the non-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
  */
 function index()
 {
     enhancedmap_helper::json_index($this, false, "_blank");
 }