Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Joris de Wit's Blog:
Extending different layouts for Ajax requests in Twig, Symfony2
Aug 29, 2011 @ 16:39:34

Joris de Wit has a (very) quick post about a handy tip he found about switching layouts easily with Twig in his Symfony2-based application - a handy ternary sort of switch that can detect when something's an Ajax request.

I just learned about the 'app' global variable in twig. It's very handy for loading a special layout for ajax requests.

The "app" variable allows you get get back at some of the settings of your application and check on special things like the isXMLHttpRequest in his example. For more information about Twig and how you can add it to your application, check out Twig-Project.org. Using it's as simple as adding a phar.

tagged: twig symfony2 layout switch template ajax request

Link:


Trending Topics: