<?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>Graham Christensen &#187; symfony</title>
	<atom:link href="http://grahamc.com/blog/category/programming/symfony-programming/feed" rel="self" type="application/rss+xml" />
	<link>http://grahamc.com</link>
	<description>All the whims and twiddly bits that catch my fancy.</description>
	<lastBuildDate>Wed, 25 Aug 2010 17:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Setup sfPDOSessionStorage</title>
		<link>http://grahamc.com/blog/how-to-setup-sfpdosessionstorage</link>
		<comments>http://grahamc.com/blog/how-to-setup-sfpdosessionstorage#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:11:44 +0000</pubDate>
		<dc:creator>Graham Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[sfPDOSessionStorage symfony configuration]]></category>

		<guid isPermaLink="false">http://grahamc.com/?p=270</guid>
		<description><![CDATA[Setting up sfPDOSessionStorage is a fairly simple matter to make sure that sessions exist on a setup with multiple web-heads. Add the following code to your app//config/factories.yml file: all: storage: class: sfPDOSessionStorage param: db_table: session # table storing the sessions database: propel # database connection to use # Optional parameters db_id_col: sess_id # column storing [...]]]></description>
		<wfw:commentRss>http://grahamc.com/blog/how-to-setup-sfpdosessionstorage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate a Domain is Valid and Exists, Symfony 1.2</title>
		<link>http://grahamc.com/blog/validate-domains-pages-in-symfony-and-sfvalidator</link>
		<comments>http://grahamc.com/blog/validate-domains-pages-in-symfony-and-sfvalidator#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:37:57 +0000</pubDate>
		<dc:creator>Graham Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://iamgraham.net/?p=184</guid>
		<description><![CDATA[When a good portion of my day is spent working with validating, parsing, and analyzing URLs &#8211; I find that I&#8217;ve written a small set of tools to ensure consistency, clean, and sane URLs. After an overhaul on a settings page &#8211; I had to integrate much of this into a simple (to the viewer, [...]]]></description>
		<wfw:commentRss>http://grahamc.com/blog/validate-domains-pages-in-symfony-and-sfvalidator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifying Form Elements in Symfony 1.2</title>
		<link>http://grahamc.com/blog/modifying-form-elements-in-symfony-1-2</link>
		<comments>http://grahamc.com/blog/modifying-form-elements-in-symfony-1-2#comments</comments>
		<pubDate>Thu, 15 Oct 2009 21:31:30 +0000</pubDate>
		<dc:creator>Graham Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://iamgraham.net/?p=175</guid>
		<description><![CDATA[As I found in recent development of an app, I needed to change one of Symfony&#8217;s form on the fly (more specifically, I needed to change a drop-down, sfWidgetFormSelect). After some looking, there wasn&#8217;t much documentation on this that I could find. My final solution was easy enough: &#60;?php $form = new SomeFancyForm(); $new_choices = [...]]]></description>
		<wfw:commentRss>http://grahamc.com/blog/modifying-form-elements-in-symfony-1-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing SSL and HTTPS with Redirects on Symfony 1.2</title>
		<link>http://grahamc.com/blog/forcing-ssl-with-symfony-1-2</link>
		<comments>http://grahamc.com/blog/forcing-ssl-with-symfony-1-2#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:13:19 +0000</pubDate>
		<dc:creator>Graham Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://iamgraham.net/?p=133</guid>
		<description><![CDATA[Forcing SSL on certain modules and actions used to be pretty simple with Symfony&#8217;s sfSslRequirementPlugin, however since Symfony 1.2 came out &#8211; it isn&#8217;t necessarily compatible. I took a look around the internet for options, however I was rather unsatisfied with the options. Because I need to be able to secure modules and actions, I [...]]]></description>
		<wfw:commentRss>http://grahamc.com/blog/forcing-ssl-with-symfony-1-2/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Sane Pre-Commit Hooks for Symfony + Git</title>
		<link>http://grahamc.com/blog/sane-pre-commit-hooks-for-symfony-git</link>
		<comments>http://grahamc.com/blog/sane-pre-commit-hooks-for-symfony-git#comments</comments>
		<pubDate>Mon, 24 Aug 2009 01:00:44 +0000</pubDate>
		<dc:creator>Graham Christensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pre-commit]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[sanity]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Throughout my history of working with Symfony, I’ve noticed a trend that I’ll make a minor edit in a database configuration file, forget to actually regenerate the models and forms, commit the edit, and then find several days later (when I do want to regenerate the models) that they’re breaking. I then do this little dance of going through the history finding out where exactly I went wrong.]]></description>
		<wfw:commentRss>http://grahamc.com/blog/sane-pre-commit-hooks-for-symfony-git/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
