Chris Winters > OpenInteract > OpenInteract::Template::Context

Download:
OpenInteract-1.62.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.60   Source  

NAME ^

OpenInteract::Template::Context - Provide a custom context for templates in OpenInteract

SYNOPSIS ^

    $Template::Config::CONTEXT = 'OpenInteract::Template::Context';
    my $template = Template->new( ... );
    my ( $output );
    $template->process( 'package::template', \%params, \$output );

DESCRIPTION ^

Kind of a hack -- remove the TT check for prefixes when serving up templates since it uses '::' as a delimiter. Everything else about the TT context is the same.

METHODS ^

template( $name )

Override the method from Template::Context and replicate its functionality, except the check for a template prefix is removed.

BUGS ^

None known.

TO DO ^

Nothing known.

SEE ALSO ^

Template::Context

COPYRIGHT ^

Copyright (c) 2001-2002 intes.net, inc.. All rights reserved.

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

AUTHORS ^

Chris Winters <chris@cwinters.com>