Re: [PHP Template] PHP Template Engine spec revision 0.35
[email protected] ("Tobias Ratschiller") Wed, 23 Feb 2000 21:24:42 +0100
| Newsgroups | php.template |
|---|---|
| Message-ID | <00a301bf7e3c$0629bf40$23d0f2c2@tobiasneu> |
> Somthing nice that maybe should be implemented is direct call to php
> fuction... in a real-world example, allow designer to call directly
> inside the template a "show_banner()" function can be very useful,
> without make life too complex.
Erm. While I see the general usefulness of some sort of basic "template
logic", this is way too much into the programer's domain. The designer
should insert a {{BANNER}} variable, and not bother with function calls.
-Tobias