Jump to content

Is There A Reason Why Symfony 2 Uses Twig, But Not Smarty?


Hall of Famer

Recommended Posts

Just curious. Smarty has easier syntax and is actually slightly faster than Twig in many circumstances, are there any other significant advantages Twig provides but Smarty aint? Or is this just a matter of choice made by Symfony developers?

Here's one:

http://umumble.com/blogs/php/249/

 

But anyway, its not a really big deal. I was just wondering if there was a particular reason to use Twig instead of Smarty, you have answered my question. Guess it makes sense if the developer for Symfony and Twig is the same guy.

  • 2 weeks later...

One of the nice things with how Twig integrates with Symfony is that it makes it really easy to do edge side includes (ESI). If you can leverage that for performance, getting stuff cached before your server will obviously blow away any benchmark.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.