Пример #1
0
 /**
  * Function: timeline
  *
  * Description: This controller generates the timeline 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 timeline()
 {
     enhancedmap_helper::json_timeline($this);
 }
Пример #2
0
 /**
  * Function: timeline
  *
  * Description: This controller generates the timeline 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 timeline($category_ids = "0,")
 {
     enhancedmap_helper::json_timeline($this, $category_ids, false);
 }