Re: [PHP Template] dynamic blocks
[email protected] (Andrei Zmievski)
| Newsgroups | php.template |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 16 Feb 2000, Ludovico Magnocavallo wrote:
> I prefer the FastTemplate syntax, eg <!-- BEGIN dynamic block: myblock -->
> since dynamic templates are often used for row templates inside a table,
> and the HTML-comment syntax allows the designer to work on a "clean"
> table, with no extra-characters (such as {dynamic: name}) that are not
> part of a row or cell and get rendered in random positions by the browser.
Hmm, I don't see why they would get rendered in random positions by the
browser. {..} stuff will not even appear in the resulting page.
-Andrei
* All of the above is my opinion, unless specified otherwise. *