Move ALTER export to plugin

This commit is contained in:
Jakub Vrana
2013-04-03 18:49:05 -07:00
parent 58a8df7c86
commit 190812456f
7 changed files with 174 additions and 121 deletions

View File

@@ -301,6 +301,11 @@ class AdminerPlugin extends Adminer {
return $this->_applyPlugin(__FUNCTION__, $args);
}
function dumpDatabase() {
$args = func_get_args();
return $this->_applyPlugin(__FUNCTION__, $args);
}
function dumpTable() {
$args = func_get_args();
return $this->_applyPlugin(__FUNCTION__, $args);