<?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>Code Clarity</title>
	<atom:link href="http://blog.codeclarity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codeclarity.com</link>
	<description>PHP, Symfony, etc.</description>
	<lastBuildDate>Thu, 06 May 2010 17:46:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Conditional Validation in Symfony Forms</title>
		<link>http://blog.codeclarity.com/2010/03/09/conditional-validation-in-symfony-forms/</link>
		<comments>http://blog.codeclarity.com/2010/03/09/conditional-validation-in-symfony-forms/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:10:41 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://blog.codeclarity.com/?p=43</guid>
		<description><![CDATA[I recently had call to create a form that performed requirement validation conditionally on some of it's fields, requiring one set of fields if a toggle was marked, another set if not.  After getting it all set up I thought some of you out there might find it useful (and I'm pretty sure I'm going to come looking for this again eventually) so here you go.]]></description>
		<wfw:commentRss>http://blog.codeclarity.com/2010/03/09/conditional-validation-in-symfony-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Symfony and WordPress</title>
		<link>http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/</link>
		<comments>http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:41:40 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.codeclarity.com/?p=3</guid>
		<description><![CDATA[This guide will be geared toward symfony 1.2 and WordPress 2.8+.  Earlier versions of WordPress should integrate in relatively the same way but earlier versions of Symfony may cause complications.

The Implementation: This integration works by creating a custom web controller that pre-loads all of the WordPress functionality alongside Symfony.  Next we dedicate a module to pass-through all of the WP requests which then uses output buffering to capture the WordPress rendering of the request without a WordPress theme and places it within the Symfony application's layout.

The Result: Have all of the functionality and extensibility of WordPress within a Symfony application, rendered in your Symfony application's layout for consistency and having access to the functionality from both platforms.]]></description>
		<wfw:commentRss>http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

