Re: PHP Template Global Variables

[email protected] (Scott Lanning) Sun, 23 Oct 2005 21:06:31 +0200 (CEST)
Newsgroups perl.php.sandwich.dev
Message-ID <Pine.LNX.4.61.0510232049580.3016@box>
On Fri, 21 Oct 2005, David Wheeler wrote:
> but I'm starting to lean toward moving these variables directly into the PHP
> namespace for consistency with the Mason and TT burners, as well as for
> simpler code:
>
>  <?= $story->get_title() ?>
>
> Since the Bricolage templates are a relatively controlled environment, I'm
> personally not too worried about the pollution. But what do you think?

I think the same. It's consistent with other burners.