<?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; Forms</title>
	<atom:link href="http://brentertainment.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://brentertainment.com</link>
	<description>Welcome to the Brenternet</description>
	<lastBuildDate>Mon, 07 May 2012 18:34:22 +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>Advanced Symfony Forms &#8211; Embedding &#8220;Options&#8221; Forms</title>
		<link>http://brentertainment.com/2011/03/29/advanced-symfony-forms/</link>
		<comments>http://brentertainment.com/2011/03/29/advanced-symfony-forms/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 16:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://brentertainment.com/?p=307</guid>
		<description><![CDATA[A while ago, I wrote a post entitled &#8220;Faux Form Serialization&#8220;. It was an overly-complex solution to a very easy problem. Today, I am writing about a much better implementation for solving the same problem. What is this concept? You&#8217;ve heard of MongoDB right? CouchDB? BeullerDB&#8230;? Of course you have. You&#8217;ve been tired of writing [...]]]></description>
		<wfw:commentRss>http://brentertainment.com/2011/03/29/advanced-symfony-forms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some Helpful Symfony Form Validators</title>
		<link>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/</link>
		<comments>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://brentertainment.com/?p=93</guid>
		<description><![CDATA[I thought some of you symfony developers out there might appreciate the following form validators. They have been incredibly convenient, and were incredibly simple to write. I hope they come in handy: sfValidatorPhone: Validates a phone number using regex sfValidatorZip: Validates a zip code using regex sfValidatorUrl: Validates a url using regex sfValidatorCCExpirationDate (1.2, 1.4): [...]]]></description>
		<wfw:commentRss>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Form Testing in Symfony</title>
		<link>http://brentertainment.com/2009/09/01/form-testing-in-symfony/</link>
		<comments>http://brentertainment.com/2009/09/01/form-testing-in-symfony/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:59:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://brentertainment.com/?p=89</guid>
		<description><![CDATA[I just posted to the Centresource code blog about form testing in Symfony. Check it out: Testing forms in Symfony can be a pain. The form framework form tester is an awesome tool, but it is a pain to fill out each form field for every form test you want to run. It is tedius, [...]]]></description>
		<wfw:commentRss>http://brentertainment.com/2009/09/01/form-testing-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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. [...]]]></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>

