Exemplo n.º 1
0
function boolQuery($query)
{
    $thequery = new DBclass();
    $out = $thequery->simpleQuery($query);
    return $out;
}