コード例 #1
0
ファイル: Boot.php プロジェクト: neTpyceB/TMCms-core
/**
 * @param string $tbl
 * @param string $where
 * @return bool
 */
function q_check($tbl, $where = NULL)
{
    return SQL::q_check($tbl, $where);
}