Catalyst::Helper::View::PDF::Reuse.3pm

Langue: en

Version: 2009-02-08 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

To create a PDF::Reuse view in your Catalyst application, enter the following command:
  script/myapp_create.pl view PDF::Reuse PDF::Reuse
 
 

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')
  });
 
 

DESCRIPTION

Helper for PDF::Reuse Views.

METHODS

mk_compclass

AUTHOR

Jon Allen, jj@jonallen.info

SEE ALSO

Catalyst::View::PDF::Reuse

Penny's Arcade Open Source - <http://www.pennysarcade.co.uk/opensource>

Copyright 2009 Penny's Arcade Limited, all rights reserved.

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

NAME

[% class %] - PDF::Reuse View for [% app %]

DESCRIPTION

PDF::Reuse View for [% app %].

AUTHOR

[% author %]

SEE ALSO

``[% app %]''

LICENSE

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