[0] Mysql.php 第 145 行出現異常
不支援的資料表達式:姓名
$表 = is_array($表) ? array_shift($table) : $table;
}
if (isset($alias[$table])) {
$表= $別名[$表];
}
}
if ($strict && !preg_match('/^[\w\.\*]+$/', $key)) {
throw new Exception('不支援資料:' . $key);
}
if ('*' != $key && ($strict || !preg_match('/[,\'\"\*\(\)`.\s]/', $key))) {
$key = '``' 。 $鍵。 '`';
}
如果(isset($表)){
if (strpos($table, '.')) {
$table = str_replace('.', '`.`', $table);