コード例 #1
0
ファイル: actions.php プロジェクト: FlushOut/folearn
function getApprLessByIdMonth($idUser, $month)
{
    $lesson = new lesson();
    $data['lesson'] = $lesson->getApprLessByIdMonth($idUser, $month);
    echo json_encode($data);
}