What is the fastest & best template class?
Moderator: General Moderators
What is the fastest & best template class?
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.
- 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?
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?
Template Lite is nice.
Re: What is the fastest & best template class?
I got that. Thank you very much.onion2k wrote:Template Lite is nice.