Available for Contract Work

Hire me to come and work for you.

Project Enquiries

Send us an enquiry now.

Symfony: Twig Tags – Under-the-hood Part 2

In the last part of this tutorial we dove into the basics of Twig tags. We learned the basics of Twig templates and how template inheritance using the ‘extends’ and ‘include’ tags work, as well as the types of classes which control and expose the various functionalities of each tag – the TokenParser. This time… Continue reading Symfony: Twig Tags – Under-the-hood Part 2

Symfony: Twig Tags – Under-the-hood Part 1

If you’re here on purpose (1) and reading this blog post (2), then you’ve probably heard of Twig – the superfast, flexible and secure templating engine for PHP!?  Twig can be used in any PHP project but we’ll be looking at it specifically from a Symfony point of view. You see, Twig is to Symfony… Continue reading Symfony: Twig Tags – Under-the-hood Part 1