prefix, $sql); // Use the current database prefix if (!is_string($sql)) { throw new \RuntimeException('Empty or missing ' . $fullFilename); } $db->exec($sql); } }