NAME

WWW::MLite - Lite Web Application Framework

VERSION

Version 1.05

SYNOPSIS

use WWW::MLite;

ABSTRACT

WWW::MLite - Lite Web Application Framework

DESCRIPTION

Lite Web Application Framework

METHODS

new
my $mlite = new WWW::MLite( ... args ... );

Returns object

show
$mlite->show( qw/foo bar baz/ );

Run project and send data to Apache

register
$mlite->register( qw/Foo Bar Baz/ );

Register all announced modules after creating object

get_recs
$mlite->get_recs( qw/foo bar baz/ )

Get metadata as one hash

get_rec
my $data = $mlite->get_rec( "foo" )

Get data one key only

get_node, get
my $name = $mlite->get( 'name' );

Getting node by name

set_node, set
$mlite->set( key => 'value' );

Setting node by name

config, conf
my $config = $mlite->config;

Getting config-node

HISTORY

See CHANGES file

DEPENDENCIES

CTK

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

perl, CTK

AUTHOR

Serz Minus (Lepenkov Sergey) http://www.serzik.com <minus@mail333.com>

COPYRIGHT

Copyright (C) 1998-2014 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

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 General Public License for more details.

See LICENSE file