<?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>Brentertainment &#187; Code</title>
	<atom:link href="http://brentertainment.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://brentertainment.com</link>
	<description>Welcome to the Brenternet</description>
	<lastBuildDate>Wed, 01 Sep 2010 23:44:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symfony &#8220;Options Form&#8221; &#8211; Faux Form Serialization</title>
		<link>http://brentertainment.com/2009/07/11/symfony-options-form-faux-form-serialization/</link>
		<comments>http://brentertainment.com/2009/07/11/symfony-options-form-faux-form-serialization/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 21:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://brentertainment.com/?p=62</guid>
		<description><![CDATA[Symfony makes good use of the flat-string array syntax, a sudo-serialization technique.  This is great for objects that may require different options based on other column values (such as a &#8220;type&#8221; column).  The synax works like this:
this=that
key=value
something=Something Else
This flat string is then parsed into an associative array with the sfToolkit::stringToArray() method.  Using this, we [...]]]></description>
		<wfw:commentRss>http://brentertainment.com/2009/07/11/symfony-options-form-faux-form-serialization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
