
Catalyst::Helper::View::PDF::Reuse - Helper for Thumbnail Views

To create a Thumbnail view in your Catalyst application, enter the following command:
script/myapp_create.pl view Thumbnail Thumbnail
Then in MyApp.pm, add a configuration item for the View::PDF::Reuse include path:
__PACKAGE__->config('View::PDF::Reuse' => {
INCLUDE_PATH => __PACKAGE__->path_to('root','templates')
});

Helper for Thumbnail Views.

Jon Allen, jj@jonallen.info


Copyright 2009 Jon Allen (JJ), all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

[% class %] - Thumbnail View for [% app %]

Thumbnail View for [% app %].

[% author %]


This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.