<?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>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>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): validates [...]]]></description>
		<wfw:commentRss>http://brentertainment.com/2009/09/01/some-helpful-symfony-form-validators/feed/</wfw:commentRss>
		<slash:comments>6</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.  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>
