Apache::WeSQL::Display 0.53 review

Download
by rbytes.net on

Apache::WeSQL::Display is a library of functions to create web-pages based on a 'Journalled' SQL database. SYNOPSIS use Apach

License: Perl Artistic License
File size: 85K
Developer: Ward Vandewege
0 stars award from rbytes.net

Apache::WeSQL::Display is a library of functions to create web-pages based on a 'Journalled' SQL database.

SYNOPSIS

use Apache::WeSQL::Display qw( :all );

This module contains the functions necessary to deal with the jform.wsql, jdetails.wsql, and jlist.wsql web calls. These calls read their configuration from the form.cf, details.cf, and list.cf files. Also, they use certain (see LAYOUT.CF below to know which) entries from the layout.cf file for the layout. The structure of the .cf files is outlined below.

.CF FILES

STRUCTURE

The '.cf' files (except for layout.cf, see below) have the following syntax:
< view-name >
< key >:< value >
< value_line2 >
< key >:< value >
< value_line2 >
< value_line3 >
...

< view-name >
< key >:< value >
...
Multi-line values are allowed as long as the extra lines begin with whitespace. Of course they can not be all whitespace, or they would be seen as a view separator!

Requirements:
Perl

Apache::WeSQL::Display 0.53 search tags