Re: [PHP3] Template Discussion
[email protected] ("John Coggeshall") Wed, 22 Mar 2000 14:13:03 -0500
| Newsgroups | php.template |
|---|---|
| Message-ID | <[email protected]> |
>You didn't comment on the approach I described of having a template >description file that configures a template engine to behave in certain >ways. This would make PHP nicely template neutral but still provide most >of the features people are looking for in a template system. The trick is >obviously how the heck to build a parser that can change its brains on the >fly like that. Are you suggesting a statement syntax defination file? #define IF <IF> Type thing?