<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Articles "Symfony2" tag</title>
    <link>http://kiwwito.com/articles/tag/symfony2</link>
    <description>Últimos artículos publicados con etiqueta "Symfony2"</description>
    <language>en</language>
    <pubDate>May 21 2012 17:23:21</pubDate>
    <lastBuildDate>May 21 2012 17:23:21</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>September 28 2011 00:00:00</pubDate>
    <item>
      <title>Sluggable, Timestampable, etc. in Symfony 2</title>
      <link>http://kiwwito.com/article/sluggable-timestampable-etc-in-symfony-2</link>
      <description>In Symfony 2, we can attach this useful behaviours to our model through doctrine extensions. One bundle, , offers a lot of them: , , , y .The above extensions allow, among other things, to transform usual strings into friendly ones, great for URLs (Sluggable), database i18n support (Translatable), [...]</description>
      <guid>http://kiwwito.com/article/sluggable-timestampable-etc-in-symfony-2</guid>
    </item>
    <pubDate>September 06 2011 00:00:00</pubDate>
    <item>
      <title>"Unable to write cache file" problem in Symfony 2</title>
      <link>http://kiwwito.com/article/unable-to-write-cache-file-problem-in-symfony-2</link>
      <description>One common issue in Symfony 2 projects is that the "app/cache" and "app/logs" directories must be writable both by the web server and the command line user. On a UNIX system, if your web server user is different from your command line user, you can run the following commands just once in your [...]</description>
      <guid>http://kiwwito.com/article/unable-to-write-cache-file-problem-in-symfony-2</guid>
    </item>
    <pubDate>August 16 2011 00:00:00</pubDate>
    <item>
      <title>Add third party libraries to Symfony 2</title>
      <link>http://kiwwito.com/article/add-third-party-libraries-to-symfony-2</link>
      <description>Adding libraries that follows the PHP 5.3.+ with namespaces is trivial, but how we can add an old PHP library without namespaces?For example, if we want to add a library like which haves an old style format (lower than 5.3.+), not follows the standards and it not have namespaces, we have to do a [...]</description>
      <guid>http://kiwwito.com/article/add-third-party-libraries-to-symfony-2</guid>
    </item>
  </channel>
</rss>


