Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Templates - which approach?


Message #1 by "Bill Eddins" <weddins@y...> on Wed, 7 Feb 2001 16:33:35 -0000
Personal opinion, but I like fast templates.  It is fast as the name would
imply, and I find it much easier and lighter than the phplib template
system.  I believe one of the major differences between fasttemplates and
the phplib implementation is that the phplib one allows you nest your
templates.  I have never had a need to do this, so I am not sure if
fasttemplates supports this.

On the other hand, if you have an application that uses phplib extensively,
it may be easiest just to use their template system also.  Additionally,
there are a lot of other template implementations out there.  I know you can
find some others at http://phpclasses.upperdesign.com and
http://www.hotscripts.com .  The 2 that you mention are the most popular and
trusted ones, though.

Brett


----- Original Message -----
From: "Bill Eddins" <weddins@y...>
To: "professional php" <pro_php@p...>
Sent: Wednesday, February 07, 2001 10:33 AM
Subject: [pro_php] Templates - which approach?


> Thx for QUICK responses - I was able to find the class. A general question
> this time: which template system do you prefer: FastTemplates or some
> other? I understand that phpLib has a more extensive template system. Do
> you prefer it? If you have used it, can you advise me if I can use it
> easily? I do not have admin priviledges, so will I be able to easily use
> it (for instance, in one of my directories)? Is there some other more
> preferable template approach? Thanks in advance for your input.
>

  Return to Index