I agree, I'd go for Smarty. Though, on the other hand, I often see no
reason for using the Templates of any kind. Why? Because you stil get to
hard code the tags in it. Not making that much sense as many think. You
might simply create a framework by appending the genuine PHP files where
HTML code resides and PHP code includes the variables. This will be
faster and native. Will also do the necessary thing: separate code (*)
from layout(**).

(*)  Code - the actual functionalty
(**) Layout - HTML, JavaScript orwhatever that receives the PHP
variables and places them within the layout.


--
Maxim Maletsky
[EMAIL PROTECTED]



"Danny Shepherd" <[EMAIL PROTECTED]> wrote... :

> Well, Yahoo! have moved/are moving to Smarty and they get a few million
> views a day.
> 
> The killer part with smarty is that it converts the Smarty tags, in your
> template, to real PHP code - that's what makes it so fast. It's also very
> easy to extend.
> 
> Danny.
> 
> 
> ----- Original Message -----
> From: "John Wards" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 03, 2003 2:41 PM
> Subject: Re: [PHP] PHP Framework
> 
> 
> On Monday 03 Feb 2003 2:01 pm, karthikeyan.balasubramanian wrote:
> > Hi All,
> >
> >   I finally decided to upgrade my PHP.  Just want to know your thoughts on
> > which Framework is the best with a clear seperation of content from
> > presentation.
> >
> >   Please let me know which do you think is the best and why?
> 
> I use SMARTY (smarty.php.net) and think its the dogs bolxs.
> 
> Its fast, its easy to use. The template pasing language is simple.
> 
> My site gets somewhere in the region on 100,000 p.v.s a day and it copes
> easily.
> 
> But, there is a pertender lurking in the shadows.
> 
> phorum.org, yes its a message board. But phorum 5 which is not pre alpha yet
> has its own built in templating system which I thnk with a bit of tweaking
> could be used as a full blown templating system.
> 
> John
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to