Esempio n. 1
0
 /**
  * This is to delete a location
  */
 function delete_location()
 {
     $locations_service = new Locations_service();
     echo $locations_service->delete_location(trim($this->input->post('id', TRUE)));
 }