Date: 09/23/00
- Next message: toby cabot: "Re: [phplib] returns ID generated for an AUTO_INCREMENTED field"
- Previous message: toby cabot: "Re: [phplib] Spruce_Tree"
- In reply to: Benjamin Smith: "[phplib] PHPLIB Templates VS fasttemplate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: toby cabot: "Re: [phplib] returns ID generated for an AUTO_INCREMENTED field"
- Previous message: toby cabot: "Re: [phplib] Spruce_Tree"
- In reply to: Benjamin Smith: "[phplib] PHPLIB Templates VS fasttemplate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

