コード例 #1
0
ファイル: year_freport.php プロジェクト: sirromas/medical
<?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;