Esempio n. 1
0
function GetBackPays()
{
    $dt = LON_BackPays::SelectAll("RequestID=? " . dataReader::makeOrder(), array($_REQUEST["RequestID"]));
    print_r(ExceptionHandler::PopAllExceptions());
    echo dataReader::getJsonData($dt, count($dt), $_GET["callback"]);
    die;
}