Exemplo n.º 1
0
/**
 * @param string $tbl
 * @param string $where
 * @return bool
 */
function q_check($tbl, $where = NULL)
{
    return SQL::q_check($tbl, $where);
}