RE: [PHP3] Re: [PHP Template] Re: [PHP3] PHP Template Engine spec revision 0.52
[email protected] ("Howard Ha") Tue, 21 Mar 2000 18:38:48 -0800
| Newsgroups | php.template |
|---|---|
| Message-ID | <[email protected]> |
> I understand what you're talking about. You can do this exact same thing > with the template engine that I'm proposing. You simply use variable > substitution and that's it. Nothing more. No one is _forcing_ you to use > conditionals or sections or other stuff. It's all optional. This statement I like the most so far. As long as you can keep things nice and simple, and the engine works faster than PHPLIB templates or FastTemplates, and people don't go overboard with the logic in their templates, I say "go for it!". But still. I worry that folks will use the templates in ways that are so extreme.complicated and yet NEED NOT BE. Howard