Esempio n. 1
0
function massaGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_massa", $column, $where, $orderby);
}
Esempio n. 2
0
function encomendasGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_encomendas", $column, $where, $orderby);
}
Esempio n. 3
0
function viewBoloGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("view_nossobolos", $column, $where, $orderby);
}
Esempio n. 4
0
function recheioGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_recheio", $column, $where, $orderby);
}
Esempio n. 5
0
function coberturaGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_cobertura", $column, $where, $orderby);
}
Esempio n. 6
0
function modifBolosGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_modif_bolos", $column, $where, $orderby);
}
Esempio n. 7
0
function grepGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("grep", $column, $where, $orderby);
}
Esempio n. 8
0
function usersGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_users", $column, $where, $orderby);
}
Esempio n. 9
0
function boloGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_bolo", $column, $where, $orderby);
}