-
Yes, you can achieve this by a simple script:
$_GET = array(
"username" => "",
"dump" => "",
);
$_POST = array(
"format" => "sql",
"table_style" => "CREATE",
"data_style" => "INSERT",
"databases" => array("cds"),
);
function adminer_object() {
class AdminerLogin extends Adminer {
function credentials() {
return array("localhost", "ODBC", "pass");
}.
2010-01-04 16:08:23 UTC in Adminer
-
jakubvrana committed revision 1284 to the Adminer SVN repository, changing 1 files.
2009-12-29 11:27:33 UTC in Adminer
-
Filtr (včetně řazení a limitu) se zachová i při hromadné editaci (zaškrtnutí řádku a použití spodního tlačítka) jednoho záznamu.
Resetování filtru při návštěvě odkazu "upravit" je vlastnost, nikoliv chyba.
2009-12-28 17:00:43 UTC in Adminer
-
jakubvrana committed revision 1283 to the Adminer SVN repository, changing 1 files.
2009-12-18 17:59:58 UTC in Adminer
-
jakubvrana committed revision 1282 to the Adminer SVN repository, changing 3 files.
2009-12-18 17:49:21 UTC in Adminer
-
jakubvrana committed revision 1281 to the Adminer SVN repository, changing 6 files.
2009-12-18 17:39:48 UTC in Adminer
-
jakubvrana committed revision 1280 to the Adminer SVN repository, changing 1 files.
2009-12-18 17:21:37 UTC in Adminer
-
jakubvrana committed revision 1279 to the Adminer SVN repository, changing 1 files.
2009-12-18 15:37:16 UTC in Adminer
-
jakubvrana committed revision 1278 to the Adminer SVN repository, changing 2 files.
2009-12-18 15:36:57 UTC in Adminer
-
jakubvrana made 1 file-release changes.
2009-12-17 23:38:02 UTC in Adminer