Re: [PHP] Another Template Engine (code)

2001-06-21 Thread infoz
You may want to take a look at Dreamtime's template engine. I've had pretty good feedback on it so far. The template language supports things like loops, if-then, pre-compiling templates, etc., which makes assembling complex pages pretty easy. We replaced a whole heap of Cold Fusion code with a

Re: [PHP] Another Template Engine (code)

2001-06-21 Thread TunkeyMicket
    That is awesome, I never got into hash tables, seeing as how the extent of my perl is validating and emailing forms.  I am currently porting the template engine to a class, so I can overload alot of the options, like check if it is an array being sent to __registerWatch and act according