Re: [PHP] Template recommendations

2001-03-01 Thread Joseph H Blythe
On Thu, 1 Mar 2001 07:58:23 +0100 Alexander wrote: AW> If you want something faster, try Smarty. Thanks, Smarty looks like it will do the trick and has some really neat features, like being able to nest dynamic blocks, I think this was my problem with FastTemplate. Regards, Joseph -- PHP Ge

Re: [PHP] Template recommendations

2001-02-28 Thread Alexander Wagner
Joseph H Blythe wrote: > Not be phplib (sorry I have tried and dont like the autoprepend) You can use the template-class from PHPlib whithout the rest of the lib, it is completely independent. Just include the "template.inc"-file and you can start. > Be easy to use It's not that easy to use b