MySQL::Admin::GUI - MySQL User front end


MySQL-Admin documentation  | view source Contained in the MySQL-Admin distribution.

Index


NAME

Top

MySQL::Admin::GUI - MySQL User front end

SYNOPSIS

Top

        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();

maxlength()

     maxlength($length ,\$text);

openFile

        my $file = openFile("filename");

action

        my %action = {

                title => '',

                src   => 'location',

                location => '',

                style => 'optional',

        };

        $m_sContent .= action{\%action);

ChangeDb

        my %db = {

                name => '',

                host   => '',

                user => '',

                password => '',

       };

       ChangeDb(\%db);

Unique()

Gibt einen eindeutigen schlüssel zurück.

        $unique =Unique();

applyRights()

updates the user rights to a treeviewLink

        applyRights(\@tree);

SEE ALSO

Top

CGI MySQL::Admin DBI DBI::Library DBI::Library::Database MySQL::Admin::Main HTML::TabWidget HTML::Window HTML::Menu::Pages HTML::Menu::TreeView HTML::Editor::BBCODE HTML::Editor

AUTHOR

Top

Dirk Lindner <lze@cpan.org>

COPYRIGHT AND LICENSE

Top


MySQL-Admin documentation  | view source Contained in the MySQL-Admin distribution.