Beispiel #1
0
<?php

require_once '/home/cnausa/public_html/crons/classes/Students.php';
$student = new Students();
$type = 4;
// yearly
$list = $student->get_report_payments($type);
echo $list;