Gantry::Stash::View - Stash object for the view
$self->stash->view->title( 'Your Browser Window Title Here' );
$self->stash->view->template( 'some_template.template' );
$self->stash->view->data( { } ); # the hash goes to template's proccessor
Gantry builds the stash view for you in its handler. Fill in values as shown
above to communicate with your template and/or your template engine.
- Gantry::Stash::View::Form
Gantry(3), Gantry::Stash(3), Gantry::Stash::View::Form(3)
Phil Crow <pcrow@sunflowerbroadband.com> Tim Keefer
<tkeefer@gmail.com>
Copyright (c) 2005, Phil Crow.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.