1Catalyst::Helper::View:U:sPeDrF:C:oRnetursieb(u3t)ed PerClatDaolcyusmte:n:tHaetlipoenr::View::PDF::Reuse(3)
2
3
4
6 Catalyst::Helper::View::PDF::Reuse - Helper for PDF::Reuse Views
7
9 To create a PDF::Reuse view in your Catalyst application, enter the
10 following command:
11
12 script/myapp_create.pl view PDF::Reuse PDF::Reuse
13
14 Then in MyApp.pm, add a configuration item for the View::PDF::Reuse
15 include path:
16
17 __PACKAGE__->config('View::PDF::Reuse' => {
18 INCLUDE_PATH => __PACKAGE__->path_to('root','templates')
19 });
20
22 Helper for PDF::Reuse Views.
23
24 METHODS
25 mk_compclass
26
28 Jon Allen, jj@jonallen.info
29
31 Catalyst::View::PDF::Reuse
32
33 Penny's Arcade Open Source - <http://www.pennysarcade.co.uk/opensource>
34
36 Copyright 2009 Penny's Arcade Limited, all rights reserved.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
42 [% class %] - PDF::Reuse View for [% app %]
43
45 PDF::Reuse View for [% app %].
46
48 [% author %]
49
51 "[% app %]"
52
54 This library is free software, you can redistribute it and/or modify it
55 under the same terms as Perl itself.
56
57
58
59perl v5.34.0 2022-01-C2a1talyst::Helper::View::PDF::Reuse(3)