Ejemplo n.º 1
0
 public function export_payment()
 {
     $start = $_REQUEST['start'];
     $end = $_REQUEST['end'];
     $me = $_SESSION['id'];
     $payment_service = new Payment();
     $payment_service->export_payment($start, $end, $me);
 }