RE: [PHP Template] Templates - Perl to PHP

[email protected] (Przem Kowalczyk) Wed, 07 Mar 2001 10:55:58 +0100
Newsgroups php.template
Message-ID <[email protected]>

> -----Original Message-----
> From: Marco AurĂ©lio [mailto:[email protected]]
> Sent: Wednesday, March 07, 2001 2:21 AM
> To: [email protected]
> Subject: [PHP Template] Templates - Perl to PHP
>
>
> Hello!
>
> Do you know Links 2.0 by Gossamer-Threads ?
>
> Well, this perl script uses a template engine(annexed file) based in a
> modification of CGI::FastTemplate that give a useful flexibility for
> webdesigners. The facilities are that webdesigners can use
> logical functions

{big cut}

Hi!

I think there is a template engine suitable for you. Check Smarty:
http://www.phpinsider.com/php/code/Smarty/

It can evaluate conditional expresions, make loops and eventually compile
template to fast php code.
It's the best template engine I've ever seen.

Przem