Re: [PHP Template] dynamic blocks
[email protected] (Andrei Zmievski)
| Newsgroups | php.template |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 17 Feb 2000, Erik Wrenholt wrote:
> I think that variable names should always have the $ in front of them -
> it makes it more clear to
> both the designer and coder that it's a variable name. I also agree
> that that all template code should be put in blocks so you can tell at a
> glance where code is coming from. I don't think using HTML tags <if:
> $var> to delimit blocks is a good idea - its too confusing.
OK, so we'll use $ to signify variables and something like % to signify
config variables.
-Andrei
Hacker: Any person who derives joy from
discovering ways to circumvent limitations.