Oct 7, 2009, 22:06 by Anonymous
It is flexible enough to work with many others PHP frameworks
Fabien Potencier (Oct 20, 2009)
Talk at ZendCon 2009 Uncon (English - US)
Which language do you use for your templates nowadays? Just plain old PHP? Or are you still using Smarty? In this presentation, I will introduce you to Twig, a new generation template language which overcomes limitations found in many other templating engine like. Twig is fast, secure, and flexible. What does it mean? Come to this session and let's start an argument.
Quicklink: http://joind.in/959
Oct 7, 2009, 22:06 by Anonymous
It is flexible enough to work with many others PHP frameworks
Oct 8, 2009, 10:26 by derick
I don't think we need yet another template system though, but I'm happy to rant^Wdiscuss it.
Oct 8, 2009, 14:21 by Anonymous
This is something good
Oct 8, 2009, 16:51 by Anonymous
I never really understood the need for a template language with PHP but after reading Febian's thought on the subject I am open to discussion on the topic so this would be gereat.
Oct 8, 2009, 20:35 by Anonymous
I don't know why derick says "I don't think we need yet another template system" when its much better than any other :) .
Oct 8, 2009, 22:34 by Anonymous
I've always hated php template engines, but this one has my interest again... I'm not sure if that's a good thing through!
Oct 11, 2009, 17:37 by Anonymous
TBS does everything I need with one small class - www.tinybutstrong.com
Oct 14, 2009, 10:56 by Anonymous
I thik, it is good idea, to make template filse smaller. It loads faster, and it is much easier to maintain, if you don't have a lot o lines of code :) I think, Twig is a good tool, and it will be better :)
Oct 19, 2009, 13:23 by Anonymous
twig > smarty
Oct 20, 2009, 06:23 by Anonymous
test
Oct 23, 2009, 17:54 by Anonymous
Twig is nice but Nette Framework has better templates system with escaping respecting contents (JS, CSS, HTML)
Nov 25, 2009, 10:26 by Anonymous
Great template engine, Code is cleanest :)
Dec 1, 2009, 16:44 by Anonymous
Use PHP, avoid templating systems.
Jan 5, 2010, 07:16 by Anonymous
Can any body Tell Why Twig is faster than Smarty. As Smarty also has compiled templates and Twig also has the same. Which thing in twig make it faster or which thing twig done differently so that it amde twig more faster than Smarty.
Jan 10, 2010, 14:43 by Anonymous
I love smarty, but i'd like to give twig a try ;)
Oct 6, 2009, 15:22 by Anonymous
I don't really think templating is a necessary component of web development, and I think it can and in almost all cases should be avoided.