/** * @param string $tbl * @param string $where * @return bool */ function q_check($tbl, $where = NULL) { return SQL::q_check($tbl, $where); }