What is the fastest & best template class?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
htdung
Forum Newbie
Posts: 17
Joined: Sun Apr 27, 2008 6:35 am

What is the fastest & best template class?

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: What is the fastest & best template class?

Post 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
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: What is the fastest & best template class?

Post by onion2k »

Template Lite is nice.
htdung
Forum Newbie
Posts: 17
Joined: Sun Apr 27, 2008 6:35 am

Re: What is the fastest & best template class?

Post by htdung »

onion2k wrote:Template Lite is nice.
I got that. Thank you very much.
Post Reply