Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    DBIx::Frame::CGI 1.06

    Download button

    No screenshots available
    Downloads: 348  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.6/5)
    8 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tim Skirvin | More programs
    Perl Artistic License / FREE
    April 16th, 2008, 13:23 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    DBIx::Frame::CGI description

    Contains tools for web-based use of DBIx::Frame databases.

    DBIx::Frame::CGI contains tools for web-based use of DBIx::Frame databases.

    SYNOPSIS

    use DBIx::Frame::CGI;

    DBIx::Frame->init('server', 'dbtype') || exit(0);
    my $DB = DBIx::Frame->new('database', 'user', 'pass')
    or die("Couldn't connect to database: ", DBIx->errstr);
    my $CGI = new CGI || die "Couldn't open CGI";

    my $params = {};
    foreach ($cgi->param) { $$params{$_} = $cgi->param($_); }
    my $action = $cgi->param('action') || "";
    my $table = $cgi->param('table') || "";

    print $cgi->header(), $cgi->start_html(-title => "YOUR TITLE");
    print $DB->make_html( $action, $table, $params, {} )
    or die "Couldn't run script";
    print $cgi->end_html();
    exit(0);


    More functions, and detailed descriptions, are below.

    DBIx::Frame::CGI is an extension of the DBIx::Frame module to allow for web use and administration of DBIx::Frame databases. It provides a common set of HTML functions for creating, modifying, viewing, and deleting entries in the database. These tools allow for simple administration scripts, as well as a decent API for creating more complex user scripts.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DBIx::Frame database | CGI class | Perl module | DBIx::Frame | database | CGI

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM