コード例 #1
0
ファイル: actions.php プロジェクト: FlushOut/folearn
function getDashboardAccountStat($fk_company)
{
    $data = array();
    $payment = new payment();
    $data = $payment->getDashboardAccountStat($fk_company);
    echo json_encode($data);
}