Class::DBI::Template::Stash 0.03 review

Download
by rbytes.net on

Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::

License: Perl Artistic License
File size: 10K
Developer: Jason Kohles
0 stars award from rbytes.net

Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template.

SYNOPSIS

package Music::DBI;
use base 'Class::DBI';
use Class::DBI::Template;

There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It provides a subclass of Template::Stash that overrides it's get() method. The new method knows how to find the Class::DBI object that we are rendering, and how to get information out of it for use by the Template module for rendering your template.

Requirements:
Perl

Class::DBI::Template::Stash 0.03 search tags