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