Page 1 of 1

What is the fastest & best template class?

Posted: Mon Apr 28, 2008 9:29 pm
by htdung
Is there any body use PHP template class to build html code ? I used Smarty but I don't realize that how fast it is. Moreover its size isnot small.

Re: What is the fastest & best template class?

Posted: Tue Apr 29, 2008 3:46 am
by Kieran Huggins
I use HAML in Ruby (it's native language) and it's just awesome. Check out http://haml.hamptoncatlin.com for docs and get the PHP parser from http://phphaml.sf.net

Re: What is the fastest & best template class?

Posted: Tue Apr 29, 2008 3:51 am
by onion2k
Template Lite is nice.

Re: What is the fastest & best template class?

Posted: Tue Apr 29, 2008 8:32 am
by htdung
onion2k wrote:Template Lite is nice.
I got that. Thank you very much.