[0] Mysql.php 行 145 での例外
サポートされていないデータ表の形式:姓名
$table = is_array($table) ? array_shift($table) : $table;
}
if (isset($alias[$table])) {
$table = $alias[$table];
}
}
if ($strict && !preg_match('/^[w.*]+$/', $key)) {
throw new Exception('データをサポートしていません:' . $key);
}
if ('*' != $key && ($strict || !preg_match('/[,'"*()`.s]/', $key))) {
$key = '''' 。 $key 。 「」;
}
if (isset($table)) {
if (strpos($table, '.')) {
$table = str_replace('.', '`.`', $table);