コード例 #1
0
ファイル: pp_massa.php プロジェクト: ricain59/fortaff
function massaGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_massa", $column, $where, $orderby);
}
コード例 #2
0
ファイル: pp_encomendas.php プロジェクト: ricain59/fortaff
function encomendasGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_encomendas", $column, $where, $orderby);
}
コード例 #3
0
ファイル: view_nossosbolos.php プロジェクト: ricain59/fortaff
function viewBoloGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("view_nossobolos", $column, $where, $orderby);
}
コード例 #4
0
ファイル: pp_recheio.php プロジェクト: ricain59/fortaff
function recheioGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_recheio", $column, $where, $orderby);
}
コード例 #5
0
ファイル: pp_cobertura.php プロジェクト: ricain59/fortaff
function coberturaGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_cobertura", $column, $where, $orderby);
}
コード例 #6
0
ファイル: pp_modif_bolos.php プロジェクト: ricain59/fortaff
function modifBolosGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_modif_bolos", $column, $where, $orderby);
}
コード例 #7
0
ファイル: dbgrep.php プロジェクト: ricain59/fortaff
function grepGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("grep", $column, $where, $orderby);
}
コード例 #8
0
ファイル: pp_users.php プロジェクト: ricain59/fortaff
function usersGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_users", $column, $where, $orderby);
}
コード例 #9
0
ファイル: pp_bolo.php プロジェクト: ricain59/fortaff
function boloGetByDistinct($where, $orderby)
{
    $column = $orderby;
    return getTableDistinct("pp_bolo", $column, $where, $orderby);
}