}
}
- function dumpDatabase() {
+ function dumpTable($table) {
if ($_POST['format'] == 'php') {
+ $this->output[$table] = array();
if (!$this->shutdown_callback) {
$this->shutdown_callback = true;
register_shutdown_function(array($this, '_export'));
}
}
- function dumpTable($table) {
- if ($_POST['format'] == 'php') {
- $this->output[$table] = array();
- return true;
- }
- }
-
function dumpData($table, $style, $query) {
if ($_POST['format'] == 'php') {
$connection = connection();