[Catalyst-dev] [Fwd: Catalyst::View::TT thoughts]
Sebastian Riedel
sri at oook.de
Fri May 27 02:59:25 CEST 2005
Am 26.05.2005 um 22:00 schrieb Marcus Ramberg:
> Edward had some thought about legofying the TT view further. I
> think it might be a good idea, what do you think?
What about a subrequest like plugin that saves output and stash->
{template}?
use Catalyst qw/Render/;
my $output = $c->render(qw/MyApp::V::TT some_template/);
--
sebastian
More information about the Catalyst-dev
mailing list