Class::DBI::Template::Stash 0.03 review
DownloadClass::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::
|
|
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 keywords