Maypole::View::TT - A Template Toolkit view class for Maypole |
Maypole::View::TT - A Template Toolkit view class for Maypole
BeerDB->config->{view} = "Maypole::View::TT"; # The default anyway
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 available and for a refresher on how template
components are resolved.
Simon Cozens
Maypole::View::TT - A Template Toolkit view class for Maypole |