<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Articles "Twig" tag</title>
    <link>http://kiwwito.com/articles/tag/twig</link>
    <description>Últimos artículos publicados con etiqueta "Twig"</description>
    <language>en</language>
    <pubDate>May 21 2012 23:59:05</pubDate>
    <lastBuildDate>May 21 2012 23:59:05</lastBuildDate>
    <generator>kiwwito generator 1.0</generator>
    <managingEditor>keyvan@kiwwito.com</managingEditor>
    <webMaster>keyvan@kiwwito.com</webMaster>
    <pubDate>December 04 2011 00:00:00</pubDate>
    <item>
      <title>Minify CSS and JS files with Assetic and Symfony2</title>
      <link>http://kiwwito.com/article/minify-css-and-js-files-with-assetic-and-symfony2</link>
      <description>Unify all our CSS and JS stuff into unique minified files improves significantly your application performance.Thanks to the Assetic Symfony2 bundle you can do it on the fly.First, , unzip it and move the "yuicompressor-*.jar" to the "app/Resources/java" folder.Connect Assetic with the compressor [...]</description>
      <guid>http://kiwwito.com/article/minify-css-and-js-files-with-assetic-and-symfony2</guid>
    </item>
    <pubDate>October 02 2011 00:00:00</pubDate>
    <item>
      <title>i18n in Twig extensions with Symfony 2</title>
      <link>http://kiwwito.com/article/i18n-in-twig-extensions-with-symfony-2</link>
      <description>First of all we have to connect our Twig extension with the translation service. We have to configure the dependency injection container to do that.Prepare the dependency injection container to load the configuration from an XML file Connect the Twig extension engine with the translator service [...]</description>
      <guid>http://kiwwito.com/article/i18n-in-twig-extensions-with-symfony-2</guid>
    </item>
    <pubDate>August 15 2011 00:00:00</pubDate>
    <item>
      <title>Extending Twig in Symfony 2, add custom functions</title>
      <link>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</link>
      <description>Sometimes we need to add some custom functions to the view. In Symfony 1 we have the helpers, in Symfony 2 we must extend Twig in order to add it.At first, we have to connect our future Twig extension to the Dependency Injection Container in our Bundle. If we don't got any config file we have to [...]</description>
      <guid>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</guid>
    </item>
  </channel>
</rss>


