Advertisement
  1. Code
  2. PHP

Working With Templates in Symfony 2

Scroll to top
1 min read
This post is part of a series called Working with Symfony 2.
Today, let's learn about Symfony 2's Twig Templates. With Twig, you can seamlessly and painlessly integrate your PHP and HTML together, giving you a very clean looking presentation of your view code, without all the clutter of PHP tags, an overabundance of parenthesis, or semicolons. Instead, we have a simple and elegant syntax that we can use. 


Hopefully you now have a better understanding of how to get started using Symfony 2's Twig templates. There's so much more that Twig can do for you. Please refer to the documentation for more details. Thanks for watching.
Advertisement
Advertisement