<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SymfonyLab &#187; symfony</title>
	<atom:link href="http://www.symfonylab.com/category/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<lastBuildDate>Tue, 10 May 2011 15:57:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One more time about symfony filters</title>
		<link>http://www.symfonylab.com/one-more-time-about-symfony-filters/</link>
		<comments>http://www.symfonylab.com/one-more-time-about-symfony-filters/#comments</comments>
		<pubDate>Fri, 06 May 2011 08:20:12 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[newbie]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=622</guid>
		<description><![CDATA[Symfony filters is powerful mechanism to perform system wide authentications, database actions, etc.
One of the ways you may want to use it is system wide preExecute action. The logic of preExecute requires it to be added per module but often you may need to perform same bunch of actions for all modules. So why don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/one-more-time-about-symfony-filters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using DataTables with Symfony (Doctrine version)</title>
		<link>http://www.symfonylab.com/using-datatables-with-symfony-doctrine-version/</link>
		<comments>http://www.symfonylab.com/using-datatables-with-symfony-doctrine-version/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:20:40 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=608</guid>
		<description><![CDATA[Recently we&#8217;ve discovered great jQuery plugin DataTables. Except it looks great it has also some wonderful AJAX features which allows to apply it to really huge data lists. 
Here is the quick way to tie it with your data source using Doctrine ORM (please refer to this post in case you need to use it [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/using-datatables-with-symfony-doctrine-version/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Symfony and Varnish</title>
		<link>http://www.symfonylab.com/symfony-and-varnish/</link>
		<comments>http://www.symfonylab.com/symfony-and-varnish/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 10:34:54 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[newbie]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[cache]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=579</guid>
		<description><![CDATA[Hi everyone,
Just a quick head up with bunch of links about Varnish integration for symfony.
I&#8217;m sure you have heard of Varnish reverse proxy server

Varnish is a web accelerator written with performance and flexibility in mind. It&#8217;s modern architecture gives it a significantly better performance than many of it&#8217;s competing products. Varnish store web pages in [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/symfony-and-varnish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using of sfWidgetFormInputSWFUploadPlugin</title>
		<link>http://www.symfonylab.com/using-of-sfwidgetforminputswfuploadplugin/</link>
		<comments>http://www.symfonylab.com/using-of-sfwidgetforminputswfuploadplugin/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 20:46:37 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=559</guid>
		<description><![CDATA[
Files uploading is the task which appears basically in every project. And symfony provides good technique to handle files uploading. But sometimes we are looking for the solution which would improve uploading usability and provide the way to track uploading progress. There are a few popular libraries based on Flash technology:
http://code.google.com/p/swfupload/
http://www.uploadify.com/
http://developer.yahoo.com/yui/uploader/
Each has own implementation in [...]]]></description>
		<wfw:commentRss>http://www.symfonylab.com/using-of-sfwidgetforminputswfuploadplugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony Best Practices</title>
		<link>http://www.symfonylab.com/symfony-best-practices/</link>
		<comments>http://www.symfonylab.com/symfony-best-practices/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 19:04:56 +0000</pubDate>
		<dc:creator>symfonian</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.symfonylab.com/?p=571</guid>
		<description><![CDATA[It&#8217;s 2 years old presentation from Nicolas Perriault but still good to watch for any symfony developer. Btw, I&#8217;ve learned from it good lesson about writing own functional browser/tester (so contains login method):

]]></description>
		<wfw:commentRss>http://www.symfonylab.com/symfony-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

