The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CGI::Application::Plugin::DBH"

CGI::Application::Plugin::DBH - Easy DBI access from CGI::Application River stage one • 5 direct dependents • 6 total dependents

CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "dbh" method is not called during the request. In other words, the ...

FREW/CGI-Application-Plugin-DBH-4.04 - 24 Nov 2013 23:33:45 UTC

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC

CGI::Session::Driver::DBI - Base class for native DBI-related CGI::Session drivers River stage two • 43 direct dependents • 56 total dependents

In most cases you can create a new DBI-driven CGI::Session driver by simply creating an empty driver file that inherits from CGI::Session::Driver::DBI. That's exactly what sqlite does. The only reason why this class doesn't suit for a valid driver is...

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

CGI::Application::Plugin::RateLimit - limits runmode call rate per user River stage zero No dependents

This module provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. You'd like to allow your users to send you messages, but thousands of messages from a single user would be a...

SAMTREGAR/CGI-Application-Plugin-RateLimit-1.0 - 04 May 2006 19:40:43 UTC

CGI::Application::Plugin::Session - Plugin that adds session support to CGI::Application River stage two • 15 direct dependents • 16 total dependents

CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application. Lazy loading is used to prevent expensive file system or databa...

FREW/CGI-Application-Plugin-Session-1.05 - 21 Dec 2013 17:31:50 UTC

CGI::Application::Plugin::PageLookup::Loop - Manage list structures in a website River stage zero No dependents

This module manages the instantiation of list style template parameters across a website; for example TMPL_LOOP in HTML::Template, though one must use HTML::Template::Pluggable for it to work. For example a menu is typically implemented in HTML as <u...

SILASMONK/CGI-Application-Plugin-PageLookup-1.8 - 20 Mar 2010 16:32:17 UTC

CGI::Application::Plugin::DBIC::Schema - Easy DBIx::Class access from CGI::Application, inspired by CGI::Application::Plugin::DBH. River stage zero No dependents

CGI::Application::Plugin::DBIC::Schema adds easy access to a DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "schema" method is not called during the reque...

VANAMBURG/CGI-Application-Plugin-DBIC-Schema-0.3 - 18 Oct 2009 02:54:09 UTC

CGI::Application::Plugin::PageLookup::Menu - Support for consistent menus across a multilingual website River stage zero No dependents

The CGI::Application::Plugin::PageLookup::Loop module can be used to create a database driven menu and similarly data driven site map page. However the Loop module can only translate into other languages if the URLs are kept the same apart from a lan...

SILASMONK/CGI-Application-Plugin-PageLookup-1.8 - 20 Mar 2010 16:32:17 UTC

CGI::Application::Plugin::DBIx::Class - Access a DBIx::Class Schema from a CGI::Application River stage one • 2 direct dependents • 2 total dependents

This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought....

FREW/CGI-Application-Plugin-DBIx-Class-1.000101 - 17 Nov 2012 21:35:48 UTC

CGI::Application::Plugin::PageLookup::Value - Manage values scattered across a website River stage zero No dependents

This module allows the management of template variable instantiation across a website. You can specialise a default value for a parameter (without requiring it to be used on every page) and override that value for specific pages. Or you can merely se...

SILASMONK/CGI-Application-Plugin-PageLookup-1.8 - 20 Mar 2010 16:32:17 UTC

CGI::Application::Plugin::PageLookup - Database driven model framework for CGI::Application River stage zero No dependents

A model component for CGI::Application built around a table that has one row for each page and that provides support for multiple languages and the 'dot' notation in templates....

SILASMONK/CGI-Application-Plugin-PageLookup-1.8 - 20 Mar 2010 16:32:17 UTC

CGI::Application::Plugin::ConfigAuto - Easy config file management for CGI::Application River stage one • 1 direct dependent • 2 total dependents

CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. In other...

MARKSTOS/CGI-Application-Plugin-ConfigAuto-1.33 - 02 Mar 2011 01:41:42 UTC

CGI::Application::Plugin::PageLookup::Href - Manage internal URLs River stage zero No dependents

This module manages the instantiation of list style template parameters across a website; for example TMPL_LOOP in HTML::Template, though one must use HTML::Template::Pluggable for it to work. For example a menu is typically implemented in HTML as <u...

SILASMONK/CGI-Application-Plugin-PageLookup-1.8 - 20 Mar 2010 16:32:17 UTC

CGI::Application::Plugin::DBIProfile - DBI profiling plugin River stage zero No dependents

CGI::Application::Plugin::DBIProfile provides popup (using CAP::DevPopup if available) holding DBI Profile information (see DBI::Profile, DBI::ProfileDumper). It will output both graphed output and a DBI::ProfileDumper report....

UNRTST/CGI-Application-Plugin-DBIProfile-0.07 - 09 Nov 2009 21:28:37 UTC

CGI::Application::Plugin::Authorization::Driver::DBI - DBI Authorization driver River stage zero No dependents

This Authorization driver uses the DBI module to allow you to gather authorization information from any database for which there is a DBD module. You can either provide an active database handle, or provide the parameters necesary to connect to the d...

CEESHEK/CGI-Application-Plugin-Authorization-0.07 - 02 Mar 2008 05:29:39 UTC

CGI::Application::Plugin::Authentication::Driver::DBI - DBI Authentication driver River stage one • 2 direct dependents • 2 total dependents

This Authentication driver uses the DBI module to allow you to authenticate against any database for which there is a DBD module. You can either provide an active database handle, or provide the parameters necessary to connect to the database. When d...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authorization - Authorization framework for CGI::Application River stage zero No dependents

CGI::Application::Plugin::Authorization adds the ability to authorize users for specific tasks. Once a user has been authenticated and you know who you are dealing with, you can then use this plugin to control what that user has access to. It imports...

CEESHEK/CGI-Application-Plugin-Authorization-0.07 - 02 Mar 2008 05:29:39 UTC

CGI::Application::Plugin::Authentication - Authentication framework for CGI::Application River stage one • 2 direct dependents • 2 total dependents

CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. It imports one method called 'authen' into your CGI::Application module. Through the authen method you can call all the methods of the C...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC
19 results (0.051 seconds)