MySQL::Admin::Main - MySQL::Admin::Main documentation


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

Index


NAME

Top

MySQL::Admin::Main.pm Main template for MySQL::Admin::GUI

SYNOPSIS

Top

see l<MySQL::Admin::GUI>

DESCRIPTION

Top

load The "Main Template" for MySQL::Admin::GUI

EXPORT

SEE ALSO

Top

MySQL::Admin::GUI Template::Quick

Public

Top

new()

initMain()

     my %patmeter =(

     path => "path to cgi-bin",

     style  => "style to use",

     title  => "title";

     htmlright => '',

     login  => '',

     template =>'index.html',

     );

     init(\%patmeter);

PRIVAT

Top

getSelf()

see HTML::Menu::TreeView

AUTHOR

Top

Dirk Lindner <lze@cpan.org>

LICENSE

Top

Copyright (C) 2005-2009 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.


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