> Just i am curious to know how do you
> feel while using Smarty template engine. Is it worth
> to use for seperating User interface and programming
> logic?
Most definately; I find the alternative to using a templates (ie embedding
php in html) to be messy even with smaller sites. Template engines, amongst
other things, allow one to write cleaner more modifiable code (both php and
HTML) as one does not obscure the other.
Of the template engines I have used, Smarty is the most sophisticated in
terms of features and is easiest to use - a winning combination!! (It also
comes with the very comprehensive manual and an active, well supported email
list)

> If
> you have more knowledge regarding XML+XSL then it
not a great deal a this stage, but they are clearly worth looking into.

----- Original Message -----
From: "Hardik Doshi" <[EMAIL PROTECTED]>
To: "David Eisenhart" <[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003 1:00 AM
Subject: Re: [PHP] Re: Why use XML?


> Hi David,
>
> It's nice to read your comments. I will definately buy
> the book you suggested.
>
> It's good you are using Smarty template engine.
> Currently i am testing Smarty on development server
> and soon i will start using it for actual
> applications. Just i am curious to know how do you
> feel while using Smarty template engine. Is it worth
> to use for seperating User interface and programming
> logic? I am still looking for option like XML+XSL. If
> you have more knowledge regarding XML+XSL then it
> would be nice if you can give me detail idea.
>
> Thanks and waiting for your answer.
>
> Hardik Doshi

> --- David Eisenhart <[EMAIL PROTECTED]>
> wrote:
> > big issues!! I'd recommend that you check out the
> > book 'XML and PHP' by
> > Vikram Vaswani, New Riders. Its well written and
> > concise - should answer
> > your queries and more.
> >
> > (BTW, like you I also use Smarty to separate
> > application logic and
> > presentation; for my purps and circumstances this is
> > preferable to using xml
> > stylesheets)
> >
> > David
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
>
>





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

Reply via email to