您可以编辑文件/system/database/drivers/mysql/mysql_utility.php的第132行
从:
$query = $this->db->query("SELECt * FROM $table");至:
$query = $this->db->query("SELECt * FROM `$table`");
您可以编辑文件/system/database/drivers/mysql/mysql_utility.php的第132行
从:
$query = $this->db->query("SELECt * FROM $table");至:
$query = $this->db->query("SELECt * FROM `$table`");