Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.184 Times

Maypole freeware
 

Maypole

Added: February 23, 2010 | Visits: 832

Maypole::Plugin::Authorization Maypole::Plugin::Authorization is a Perl module that provides a role-based authorization for Maypole applications. SYNOPSIS # In your main application driver class ... package BeerDB; use Maypole::Application qw( Authentication::UserSessionCookie Authorization); use Maypole::Constants;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): Maypole::Plugin::Authorization Download

Added: June 10, 2010 | Visits: 686

MasonX::Maypole MasonX::Maypole is a Perl module to use Mason as the frontend and view for Maypole version 2. SYNOPSIS package BeerDB; use warnings; use strict; use Class::DBI::Loader::Relationship; use Maypole::Application qw( -Debug2 MasonX AutoUntaint ); BeerDB->setup( dbi:mysql:beerdb, username,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (87): MasonX::Maypole Download

Added: April 15, 2010 | Visits: 670

Maypole::FormBuilder Maypole::FormBuilder is a Perl module with CGI::FormBuilder support in Maypole. SYNOPSIS use Maypole::Application qw( FormBuilder QuickTable ); BeerFB->config->model( Maypole::FormBuilder::Model ); Maypole provides a great framework for simplifying the interaction between a UI and a... Platforms: *nix

License: Freeware Size: 37.89 KB Download (94): Maypole::FormBuilder Download

Added: August 27, 2010 | Visits: 687

Maypole::Plugin::QuickTable Maypole::Plugin::QuickTable is a HTML::QuickTable convenience. SYNOPSIS use Maypole::Application qw( LinkTools QuickTable ); METHODS setup quick_table Returns a HTML::QuickTable object for formatting data. print $request->quick_table( %args )->render( $data ); The method gathers... Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Maypole::Plugin::QuickTable Download

Added: November 09, 2010 | Visits: 823

Maypole::Manual::About 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 some idea of what Maypole is all about, or... Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Maypole::Manual::About Download

Added: August 09, 2010 | Visits: 1.387

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. 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... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: October 30, 2013 | Visits: 348

Maypole::Plugin::ColumnGroups Maypole::Plugin::ColumnGroups is a Perl module to setup column groups in Maypole. SYNOPSIS use Maypole::Application qw( ColumnGroups -Debug2 ); # Maypole will use the column 'name' or 'title', if it exists, or a primary # key column that is not called 'id'. Otherwise, you need to tell... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Maypole::Plugin::ColumnGroups Download

Added: January 18, 2010 | Visits: 1.417

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: October 11, 2010 | Visits: 1.389

Catalyst::Manual::Intro Catalyst::Manual::Intro is an Introduction to Catalyst. This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you... Platforms: *nix

License: Freeware Size: 225.28 KB Download (142): Catalyst::Manual::Intro Download

Added: March 02, 2010 | Visits: 932

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;... Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download