DBIx::HTMLinterface

DBIx::HTMLinterface is a class for creating a CGI interface to a database.
Download

DBIx::HTMLinterface Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Crisco
  • Publisher web site:
  • http://search.cpan.org/~jfurness/DBIx-HTMLinterface-0.11/HTMLinterface.pm

DBIx::HTMLinterface Tags


DBIx::HTMLinterface Description

DBIx::HTMLinterface is a class for creating a CGI interface to a database. DBIx::HTMLinterface is a class for creating a CGI interface to a database.SYNOPSIS use CGI; use DBI; use DBIx::HTMLinterface; $cgi = new CGI; $dbh = DBI->connect("DBI:mysql::","","") ); $DBinterface = new DBIx::HTMLinterface ($cgi, $dbh, ""); # Below here is only executed if a HTMLinterface action was not taken, so print a menu print $cgi->header; print "Addn"; print "Searchn";The DBIx::HTMLinterface class allows a CGI interface to a database. It enables a CGI interface to a database to be created, supporting record addition, modification, deletion and searching. It provides a user friendly interface with descriptions of fields provided. The field descriptions along with information on whether the field is visible, hidden or excluded are extracted from a table, allowing easy modification and addition of fields and tables without having to edit code.FeaturesSimple database administration Forms are created automatically on demand, SQL statements are generated as needed and processed. The module contains enough autonomy to potentially run with only wrapper perl code placed around it.Full form configuration Forms can be modified to add descriptions and extra information to fields, making it easy to change output without having to edit code.Control Extensive callback procedures and configuration options allow output, password protection and logging to be configured as desired.Full HTML customisation HTML output and table formats can be customised easily by the user. Requirements: · Perl


DBIx::HTMLinterface Related Software