-
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 by jakubvrana
-
Is ist possible to customize adminer just to export a DB without any screen output before? (With adminer_object and pre filled GET and POST values maybe?)
2010-01-04 15:43:09 UTC by nobody
-
jakubvrana committed revision 1284 to the Adminer SVN repository, changing 1 files.
2009-12-29 11:27:33 UTC by jakubvrana
-
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 by jakubvrana
-
Zdravím,
když si ve výpisu dat tabulky navolím vlastní počet zobrazených záznamů a sloupec, podle kterého se řadí, tak bych čekal, že se tak tabulka bude zobrazovat i po editaci záznamů a návratu na výpis.
Tak to ovšem funguje pouze po hromadné editaci dvou a více záznamů. Když upravuji jen jeden, po uložení se mi výpis tabulky "resetuje". Řekl bych, že...
2009-12-28 15:46:14 UTC by nobody
-
The work has already [started][1]. Lead developer is Daniel Tlach but you can collaborate of course.
[1]: http://adminer.svn.sourceforge.net/viewvc/adminer/branches/sqlite/adminer/drivers/.
2009-12-23 09:31:15 UTC by nobody
-
I'd love to have them. Adminer is mean and lean, it works perfectly, I would like to have a tool like this for Pg. The name Adminer does not state il will be for MySQL only. Does it?.
2009-12-23 09:27:21 UTC by https://www.google.com/accounts
-
jakubvrana committed revision 1283 to the Adminer SVN repository, changing 1 files.
2009-12-18 17:59:58 UTC by jakubvrana
-
jakubvrana committed revision 1282 to the Adminer SVN repository, changing 3 files.
2009-12-18 17:49:21 UTC by jakubvrana
-
jakubvrana committed revision 1281 to the Adminer SVN repository, changing 6 files.
2009-12-18 17:39:48 UTC by jakubvrana