RE: Re[2]: [PHP] need advice on template engine

2002-12-03 Thread Daniel Masson

Ive been working with smarty and for me its awsome ... My advice is
SMARTY !!!


Hi Justin.


JF http://smarty.php.net seems polular

It seems to me too
but i thick may be I can miss smthng important



 Alexander A. Savenkov
 System Administrator
 mailto:[EMAIL PROTECTED]
 JSC Terminal GMB
 http://www.terminalgmb.ru


-- 
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




Re: Re[2]: [PHP] need advice on template engine

2002-12-03 Thread John Wards
On Tuesday 03 Dec 2002 2:28 pm, Daniel Masson wrote:
 Ive been working with smarty and for me its awsome ... My advice is
 SMARTY !!!


I've just converted my 100,000 page views a day application to SMARTY and it 
is much quicker and it gives me much more control

Go for smarty it rocks..

John

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




Re: Re[2]: [PHP] need advice on template engine

2002-12-03 Thread David Eisenhart
Hi,

Smarty is trully fantastic - relatively easy to learn and use and is very
powerful.

I used to use the phplib template engine which was also impressive but
Smarty is much more sophisticated.

Some great things about Smarty:-

- site pages can be cached (can save masses of time if the server is having
to re-create the same database backed pages)

- a well written, extensive and thorough manual (a must if you are to use
Smarty to its max)

- the Smarty 'presentation' code resides with the html and is consequently
separated from the php code . This may be said by some to be a bad thing as
the point of the such template engines is to separate the html from
programming code; however I have found that in the case of phplib templates
(and no doubt many other template engines) html was, by necessity,  finding
its way into the programming code and also the code to manage the generate
the templates could become quite bulky. Smarty is practically and
conceptually more elegant in that it separates 'all presentation related
code' (html and smarty constructs) and logic (ie. your php), what's more,
the actual lines of code that I have to write is reduced as a result.

Hope that this convinces you to give Smarty a go,

David Eisenhart


 http://smarty.php.net seems polular

 J


 on 04/12/02 12:40 AM, Alexander A. Savenkov ([EMAIL PROTECTED]) wrote:

  Hi PHP.
 
  Suggest me which template engine is more popular?
  I try select engine for me but I alredy become involved in that
  number different version
 
 
  Alexander A. Savenkov
  System Administrator
  mailto:[EMAIL PROTECTED]
  JSC Terminal GMB
  http://www.terminalgmb.ru
 

 Justin French
 
 http://Indent.com.au
 Web Development 
 Graphic Design
 


Alexander A. Savenkov [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi Justin.


 JF http://smarty.php.net seems polular

 It seems to me too
 but i thick may be I can miss smthng important



  Alexander A. Savenkov
  System Administrator
  mailto:[EMAIL PROTECTED]
  JSC Terminal GMB
  http://www.terminalgmb.ru








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