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 "distribution:Maypole maypole"

Maypole - MVC web application framework River stage two • 11 direct dependents • 13 total dependents

This documents the Maypole request object. See the Maypole::Manual, for a detailed guide to using Maypole. Maypole is a Perl web application framework similar to Java's struts. It is essentially completely abstracted, and so doesn't know anything abo...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::CLI - Command line interface to Maypole for testing and debugging River stage two • 11 direct dependents • 13 total dependents

This module is used to test Maypole sites without going through a web server or modifying them to use a CGI frontend. To use it, you should first either be in the template root for your Maypole site or set the environment variable "MAYPOLE_TEMPLATES"...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

CGI::Maypole - CGI-based front-end to Maypole River stage two • 11 direct dependents • 13 total dependents

This is a CGI platform driver for Maypole. Your application can inherit from CGI::Maypole directly, but it is recommended that you use Maypole::Application. This module requires CGI::Simple which you will have to install yourself via CPAN or manually...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::HTTPD - Stand alone HTTPD for running Maypole Applications River stage two • 11 direct dependents • 13 total dependents

This is a stand-alone HTTPD for running your Maypole Applications....

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual - The Maypole Manual River stage two • 11 direct dependents • 13 total dependents

The Maypole documentation is arranged over several files; this is the right one to start with, as it provides an overview of the entire set of Maypole manuals, with a brief description of each. Some of these manuals are not yet finished, but they sho...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Config - Maypole Configuration Class River stage two • 11 direct dependents • 13 total dependents

This class stores all configuration data for your Maypole application....

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Session - Session related functionality for maypole River stage two • 11 direct dependents • 13 total dependents

This class provides session related methods for Maypole such as unique id's for requests. Currently it provides only the generate_unique_id() function, by checking the id's generated by this function and included in submitted forms, it is possible to...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Headers - Convenience wrapper around HTTP::Headers River stage two • 11 direct dependents • 13 total dependents

A convenience wrapper around "HTTP::Headers". Additional methods are provided to make the mutators less repetitive and wordy. For example: $r->headers_out->header(Content_Base => $r->config->uri_base); can be written as: $r->headers_out->set(Content_...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Constants - Maypole predefined constants River stage two • 11 direct dependents • 13 total dependents

This class defines constants for use with Maypole CONSTANTS OK DECLINED ERROR...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Application - Universal Maypole Frontend River stage two • 11 direct dependents • 13 total dependents

This is a universal frontend for mod_perl1, mod_perl2, HTML::Mason and CGI. Automatically determines the appropriate frontend for your environment (unless you want to use MasonX::Maypole, in which case include "MasonX" in the arguments). Loads plugin...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::View::TT - A Template Toolkit view class for Maypole River stage two • 11 direct dependents • 13 total dependents

This is the default view class for Maypole; it uses the Template Toolkit to fill in templates with the objects produced by Maypole's model classes. Please see the Maypole manual, and in particular, the view chapter for the template variables availabl...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::View::Base - Base class for view classes River stage two • 11 direct dependents • 13 total dependents

This is the base class for Maypole view classes. This is an abstract class that defines the interface, and can't be used directly. process This is the entry point for the view. It templates the request and returns a "Maypole::Constant" indicate succe...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Model::CDBI - Model class based on Class::DBI River stage two • 11 direct dependents • 13 total dependents

This is a master model class which uses Class::DBI to do all the hard work of fetching rows and representing them as objects. It is a good model to copy if you're replacing it with other database abstraction modules. It implements a base set of metho...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Model::Base - Base class for model classes River stage two • 11 direct dependents • 13 total dependents

This is the base class for Maypole data models. This is an abstract class that defines the interface, and can't be used directly. process This is the engine of this module. Given the request object, it populates all the relevant variables and calls t...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual::View - Maypole View Classes River stage two • 11 direct dependents • 13 total dependents

In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical programmer will try to ...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual::Flox - Flox: A Free Social Networking Site River stage two • 11 direct dependents • 13 total dependents

Friendster, Tribe, and now Google's Orkut - it seems like in early 2004, everyone wanted to be a social networking site. At the time, I was too busy to be a social networking site, as I was working on my own project at the time - Maypole. However, I ...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual::Beer - The Beer Database, Twice River stage two • 11 direct dependents • 13 total dependents

We briefly introduced the "beer database" example in the Introduction to Maypole chapter, where we presented its driver class, "BeerDB.pm", as a fait accompli. Where did all that code come from, and what does it actually mean? The big beer problem I ...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

CGI::Untaint::Maypole - Use instead of CGI::Untaint. Based on CGI::Untaint River stage two • 11 direct dependents • 13 total dependents

This patches some issues I have with CGI::Untaint. You still need it installed and you install handlers the same. 1) Instead of passing the empty string to the untaint handlers and relying on them to handle it to everyone's liking, it seems better to...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual::Model - Maypole Model Classes River stage two • 11 direct dependents • 13 total dependents

Maypole's model classes provide an interface to your data store. In principle Maypole can connect to pretty much any data source, but the default model is based on the popular Class::DBI object interface that uses the near-universal DBI Perl interfac...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC

Maypole::Manual::About - Introduction to Maypole River stage two • 11 direct dependents • 13 total dependents

This chapter serves as a gentle introduction to Maypole and setting up Maypole applications. We look at what Maypole is, how to get it up and running, and how to start thinking about building Maypole applications. What is Maypole? Presumably you have...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC
34 results (0.029 seconds)