The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Gantry TKEEFER"

Gantry - Web application framework for mod_perl, cgi, etc. River stage one • 3 direct dependents • 3 total dependents

Note, if you want to know how to use Gantry, you should probably start by reading Gantry::Docs::QuickStart or Gantry::Docs::Tutorial. Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL ...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Init - Gantry install options River stage one • 3 direct dependents • 3 total dependents

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Stash - Main stash object for Gantry River stage one • 3 direct dependents • 3 total dependents

Use this module to store and retrieve things in the stash (which is good for one web page hit). Example: $self->stash->view->title( 'Browser Title Bar Text Here' );...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Docs - Table of Contents for Gantry documentation River stage one • 3 direct dependents • 3 total dependents

This is a list of the Gantry documentation pages. Gantry::Docs::About About Describes the history, features, and motivation behind Gantry. Gantry::Docs::DBConn Database connection information Explains how database connection information flows from ap...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Build - a Module::Build subclass for Gantry apps River stage one • 3 direct dependents • 3 total dependents

Use this module instead of Module::Build (which it subclasses). Use any or all of the Module::Build constructor keys as needed. Include these keys to make the module sing: build_web_directory Usually "html". This is the top level directory of your we...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Control - The Core for User Management and Administration River stage one • 3 direct dependents • 3 total dependents

This module is a library of useful access functions that would be used in other handlers, it also details the other modules that belong to the Control tree....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Stash::View - Stash object for the view River stage one • 3 direct dependents • 3 total dependents

Gantry builds the stash view for you in its handler. Fill in values as shown above to communicate with your template and/or your template engine....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::SQL - SQL routines. River stage one • 3 direct dependents • 3 total dependents

This module supplies easy ways to make strings sql safe as well as allowing the creation of sql commands. All of these commands should work with any database as they do not do anything database specfic, well as far as I know anyways....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Docs::FAQ - Frequently asked questions and answers about gantry River stage one • 3 direct dependents • 3 total dependents

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::CDBI - Class::DBI base class for Gantry applications River stage one • 3 direct dependents • 3 total dependents

This module provides the base methods for Class:DBI, including the db conection method within a mod_perl environment....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::Crypt - an easy way to crypt and decrypt River stage one • 3 direct dependents • 3 total dependents

This module is a utillity to help with encryption and decryption....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Template::TT - Template Toolkit plugin for Gantry. River stage one • 3 direct dependents • 3 total dependents

Use this module when you want template toolkit to produce your output: use Gantry qw/ -Engine=YourChoice -TemplateEngine=TT /; Then in your do_* method do something like this: sub do_something { my $self = shift; # ... gather data for output # set th...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Engine::CGI - CGI plugin ( or mixin ) River stage one • 3 direct dependents • 3 total dependents

This module is the binding between the Gantry framework and the CGI API. This particluar module contains the standard CGI specific bindings....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Engine::MP20 - mod_perl 2.0 plugin ( or mixin ) River stage one • 3 direct dependents • 3 total dependents

This module is the binding between the Gantry framework and the mod_perl API. This particluar module contains the mod_perl 2.0 specific bindings. See mod_perl documentation for a more detailed description for some of these bindings....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Engine::MP13 - mod_perl 1.0 plugin ( or mixin ) River stage one • 3 direct dependents • 3 total dependents

This module is the binding between the Gantry framework and the mod_perl API. This particluar module contains the mod_perl 1.0 specific bindings. See mod_perl documentation for a more detailed description for some of these bindings....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::Captcha - a way to mange captchas River stage one • 3 direct dependents • 3 total dependents

This module is a utility to help with captchas....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Plugins::Static - Static file method River stage one • 3 direct dependents • 3 total dependents

This plugins mixes in a do_static method that serves static files from disk. This plugin grabs everything after "/static" and walks the applications root directories and delivers the file with the correct mime type. root => html:html/templates:../roo...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::AuthCDBI - Class::DBI base model for Gantry Auth River stage one • 3 direct dependents • 3 total dependents

This module provide the base methods for Class::DBI, including the db connection through Gantry::Utils::ModelHelper (and its friends in the Gantry::Utils::DBConnHelper family)....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::Threeway - Form processing util for a three-way join River stage one • 3 direct dependents • 3 total dependents

This module is a utillity to help process the three-way join tables....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Gantry::Utils::Validate - Validates input values. River stage one • 3 direct dependents • 3 total dependents

This module allows the validation of many common types of input....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC
42 results (0.027 seconds)