<?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>fluffigt.com &#187; symfony</title>
	<atom:link href="http://fluffigt.com/tag/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://fluffigt.com</link>
	<description>*poof* said fluff...</description>
	<lastBuildDate>Sat, 03 Dec 2011 13:30:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>sfPropelSqlDiffPlugin &#8211; symfony &#8211; Trac</title>
		<link>http://fluffigt.com/2008/04/09/sfpropelsqldiffplugin-symfony-trac/</link>
		<comments>http://fluffigt.com/2008/04/09/sfpropelsqldiffplugin-symfony-trac/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:55:48 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/04/09/sfpropelsqldiffplugin-symfony-trac/</guid>
		<description><![CDATA[sfPropelSqlDiff plugin generate diff.sql file, which contains difference beetween schema.yml and current database structure. http://trac.symfo...]]></description>
			<content:encoded><![CDATA[<p>sfPropelSqlDiff plugin generate diff.sql file, which contains difference beetween schema.yml and current database structure.
<ul>
<li><a href="http://trac.symfony-project.com/wiki/sfPropelSqlDiffPlugin">http://trac.symfo...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/04/09/sfpropelsqldiffplugin-symfony-trac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony development with XAMPP on Windows</title>
		<link>http://fluffigt.com/2008/04/01/symfony-development-with-xampp-on-windows/</link>
		<comments>http://fluffigt.com/2008/04/01/symfony-development-with-xampp-on-windows/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:05:00 +0000</pubDate>
		<dc:creator>mld</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/04/01/symfony-development-with-xampp-on-windows/</guid>
		<description><![CDATA[This is how I set up my windows laptop for development with Apache/MySQL/PHP/Symfony (XAMPP with Symfony). Download XAMPP Installer package. Install XAMPP - this is really just a case of next -&#62; next -&#62; okay. Since I'm not only using my laptop for development I chose not to start any services except for XAMPP when [...]]]></description>
			<content:encoded><![CDATA[<p>This is how I set up my windows laptop for development with Apache/MySQL/<acronym title="Pre-Hypertext Processing">PHP</acronym>/Symfony (<a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> with <a href="http://www.symfony-project.org/" target="_blank">Symfony</a>).</p>
<ol>
<li>Download XAMPP Installer package.</li>
<li>Install XAMPP - this is really just a case of next -&gt; next -&gt; okay.</li>
<li>Since I'm not only using my laptop for development I chose not to start any services except for XAMPP when windows starts.</li>
<li>Start (from XAMPP Control Panel) Apache and MySQL (and whatever other services you need).</li>
<li>Add <acronym title="Pre-Hypertext Processing">PHP</acronym> to your PATH.
<ol>
<li>Right-click "This Computer", choose properties.</li>
<li>Advanced tab -&gt; Systam variables (not sure, my system is in Swedish <img src='http://fluffigt.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</li>
<li>Add C:\xampp\php;C:\xampp\mysql\bin (if installed in default location) to the PATH variable.</li>
</ol>
</li>
<li>Upgrade Pear - pear upgrade pear</li>
<li>Find Symfony - pear channel-discover pear.symfony-project.com</li>
<li>Install Symfony -   pear install symfony/symfony</li>
<li>Done! Start playing around...</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/04/01/symfony-development-with-xampp-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>symfony Web PHP Framework » Blog » Upgrade your plugins</title>
		<link>http://fluffigt.com/2008/03/31/symfony-web-php-framework-%c2%bb-blog-%c2%bb-upgrade-your-plugins/</link>
		<comments>http://fluffigt.com/2008/03/31/symfony-web-php-framework-%c2%bb-blog-%c2%bb-upgrade-your-plugins/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:11:24 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/03/31/symfony-web-php-framework-%c2%bb-blog-%c2%bb-upgrade-your-plugins/</guid>
		<description><![CDATA[http://www.symfon...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.symfony-project.org/blog/2008/03/18/upgrade-your-plugins">http://www.symfon...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/03/31/symfony-web-php-framework-%c2%bb-blog-%c2%bb-upgrade-your-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VimPlugin &#8211; symfony &#8211; Trac</title>
		<link>http://fluffigt.com/2008/03/31/vimplugin-symfony-trac/</link>
		<comments>http://fluffigt.com/2008/03/31/vimplugin-symfony-trac/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:10:55 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/03/31/vimplugin-symfony-trac/</guid>
		<description><![CDATA[http://trac.symfo...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://trac.symfony-project.com/wiki/VimPlugin">http://trac.symfo...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/03/31/vimplugin-symfony-trac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bemused » Blog Archive » Symfony and i18n &#8211; site interface translation</title>
		<link>http://fluffigt.com/2008/02/26/bemused-%c2%bb-blog-archive-%c2%bb-symfony-and-i18n-site-interface-translation/</link>
		<comments>http://fluffigt.com/2008/02/26/bemused-%c2%bb-blog-archive-%c2%bb-symfony-and-i18n-site-interface-translation/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 08:14:19 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/26/bemused-%c2%bb-blog-archive-%c2%bb-symfony-and-i18n-site-interface-translation/</guid>
		<description><![CDATA[http://bemused.or...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://bemused.org/blog/2008/02/20/symfony-and-i18n/">http://bemused.or...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/26/bemused-%c2%bb-blog-archive-%c2%bb-symfony-and-i18n-site-interface-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add TinyMCE to a Symfony project — Lone-Wolf Scripts</title>
		<link>http://fluffigt.com/2008/02/22/add-tinymce-to-a-symfony-project-%e2%80%94-lone-wolf-scripts/</link>
		<comments>http://fluffigt.com/2008/02/22/add-tinymce-to-a-symfony-project-%e2%80%94-lone-wolf-scripts/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 20:49:21 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/22/add-tinymce-to-a-symfony-project-%e2%80%94-lone-wolf-scripts/</guid>
		<description><![CDATA[http://howto.land...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://howto.landure.fr/symfony/add-tinymce-to-a-symfony-project">http://howto.land...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/22/add-tinymce-to-a-symfony-project-%e2%80%94-lone-wolf-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BashCompletion &#8211; symfony &#8211; Trac</title>
		<link>http://fluffigt.com/2008/02/18/bashcompletion-symfony-trac/</link>
		<comments>http://fluffigt.com/2008/02/18/bashcompletion-symfony-trac/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 16:55:47 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/18/bashcompletion-symfony-trac/</guid>
		<description><![CDATA[http://trac.symfo...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://trac.symfony-project.com/wiki/BashCompletion">http://trac.symfo...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/18/bashcompletion-symfony-trac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Base &#8211; Blog : Symfony / Propel &#8211; Subquerys</title>
		<link>http://fluffigt.com/2008/02/18/digital-base-blog-symfony-propel-subquerys/</link>
		<comments>http://fluffigt.com/2008/02/18/digital-base-blog-symfony-propel-subquerys/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 16:45:00 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/18/digital-base-blog-symfony-propel-subquerys/</guid>
		<description><![CDATA[http://www.digita...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.digitalbase.eu/blog/symfony-propel---subquerys">http://www.digita...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/18/digital-base-blog-symfony-propel-subquerys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Disable Session Timeout in Symfony</title>
		<link>http://fluffigt.com/2008/02/05/howto-disable-session-timeout-in-symfony/</link>
		<comments>http://fluffigt.com/2008/02/05/howto-disable-session-timeout-in-symfony/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 13:50:25 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/05/howto-disable-session-timeout-in-symfony/</guid>
		<description><![CDATA[http://robrosenba...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://robrosenbaum.com/php/howto-disable-session-timeout-in-symfony/">http://robrosenba...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/05/howto-disable-session-timeout-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>James McGlinn » Symfony HTTP Authentication Filter</title>
		<link>http://fluffigt.com/2008/02/05/james-mcglinn-%c2%bb-symfony-http-authentication-filter/</link>
		<comments>http://fluffigt.com/2008/02/05/james-mcglinn-%c2%bb-symfony-http-authentication-filter/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 13:34:36 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://fluffigt.com/2008/02/05/james-mcglinn-%c2%bb-symfony-http-authentication-filter/</guid>
		<description><![CDATA[http://blog.phpde...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://blog.phpdeveloper.co.nz/2006/10/16/symfony-http-authentication-filter/">http://blog.phpde...</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://fluffigt.com/2008/02/05/james-mcglinn-%c2%bb-symfony-http-authentication-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

