[Catalyst] Need example of Catalyst with Mason View

Jesper Krogh jesper at krogh.cc
Sun Aug 13 21:00:53 CEST 2006


Kevin Old wrote:
 > In the actual Mason "view" treat it just like any other Mason page.
> The $c object is available and the stash can be called like <%
> $c->stash %>.

Its even easier.. $c->stash->{name} directly matches:

<%args>
$name
</%args>

No need to fiddle around with $c for that.

Jesper
-- 
Jesper Krogh, jesper at krogh.cc




More information about the Catalyst mailing list