NAME
MySQL::Admin::GUI - Just a MySQL administration Web-App
SYNOPSIS
use MySQL::Admin::GUI;
ContentHeader("config/settings.pl");
print Body();
EXPORT
action Body maxlength openFile
ContentHeader
ContentHeader("/path/to/your/settings.pl");
Body
print Body();
ChangeDb
my %db = {
name => '',
host => '',
user => '',
password => '',
};
ChangeDb(\%db);
Unique()
$unique =Unique();
openFile
my $file = openFile("filename");
applyRights()
updates the user rights to a treeviewLink
applyRights(\@tree);
action
my %action = {
title => '',
src => 'ea67',#webfont
location => '',#url
style => 'optional',
};
print action{\%action);
maxlength()
maxlength($length ,\$text);
SEE ALSO
CGI MySQL::Admin DBI DBI::Library DBI::Library::Database MySQL::Admin::Main HTML::TabWidget HTML::Menu::Pages
AUTHOR
Dirk Lindner <lze@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2019 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.