Re: [phplib] PHPLIB Templates VS fasttemplate From: toby cabot (toby <email protected>)
Date: 09/23/00

> Which is better?
>
> Why?

Fasttemplates aren't (fast, that is). The problem is that when you call
parse() they sit in a loop and do one regex per variable, rather than
just one for the whole page. The template class in phplib is usually
much faster.

Toby

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>