Beispiel #1
0
function mainQuery($data)
{
    $queryModel = new queryModel();
    return $queryModel->mainQuery($data);
}