Changes since 1.02.
1.03 Thu May 18 12:27:26 EDT 2006
- the default tt_template_name method now accepts
a parameter that specifies how many caller levels
we walk up (from the calling method) to find the
method name to use as a base for the template name
(defaults to 0)
- a side effect of this change is that you can now
pass any parameters you like to your custom
TEMPLATE_NAME_GENERATOR method, when calling
$self->tt_template_name(...).
Toolkit engine to your CGI::Application modules by providing several
helper methods that allow you to process template files from within
your runmodes.
It compliments the support for HTML::Template that is built into
CGI::Application through the load_tmpl method. It also provides a few
extra features than just the ability to load a template.