<?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>Tech-Recipes&#187; Symfony</title>
	<atom:link href="http://www.tech-recipes.com/category/computer-programming/web-application-programming/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symfony / Propel:  How to Left Join</title>
		<link>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/</link>
		<comments>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:23:12 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[left join]]></category>
		<category><![CDATA[propel]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A JOIN is a way to connect related database tables by the common values  between them.  A left join contains all of the rows from the primary table plus related members of the second database if they exist. Using joins can significantly reduce the number of database queries required to render a web [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2924/symfony_propel_how_to_left_join/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Symfony: Rebuild from Schema.yml Without Loss of Data</title>
		<link>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/</link>
		<comments>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:25:52 +0000</pubDate>
		<dc:creator>davak</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[schema]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[As my test database became more complex, I hated entering data again after doing a propel-build-all.  Following these commands, you can save your database content after rebuilding your database from your schema file.
(...)Read the rest of Symfony: Rebuild from Schema.yml Without Loss of Data 

© davak for Tech-Recipes, 2008. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2919/symfony_rebuild_from_schema_yml_without_loss_of_data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony: Delete an Application</title>
		<link>http://www.tech-recipes.com/rx/2843/symfony_delete_application/</link>
		<comments>http://www.tech-recipes.com/rx/2843/symfony_delete_application/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 08:25:38 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[delete]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The command line provisioning utility in symfony provides mechanisms to create an application, but doesn&#8217;t have the means to delete one.  If you&#8217;ve unintentionally created an application or no longer need an app and want to do housecleaning, this Tech-Recipe describes how to get it gone.
(...)Read the rest of Symfony: Delete an Application 

© [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2843/symfony_delete_application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Symfony: Fix propel-insert-sql error: Can&#8217;t connect to local MySQL server</title>
		<link>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/</link>
		<comments>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:06:43 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[propel]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[After building your model and the SQL code to represent it, symfony offers a mechanism to insert the SQL code directly into your configured database.  If you are running MySQL locally, this should work for you with no additional configuration.  If you are running MySQL on another server, as is common in shared [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2841/symfony_fix_propel_insert_sql_error_can_t_connect_to_local_mysql_server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony: Add log message manually</title>
		<link>http://www.tech-recipes.com/rx/2594/symfony_add_log_message_manually/</link>
		<comments>http://www.tech-recipes.com/rx/2594/symfony_add_log_message_manually/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 23:37:49 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[When troubleshooting a complex web application (or a simple one), there are times that sending a message to a log file will help.  Two command syntaxes are required depending on if you are in an action or a template.  When using the development environment of an application in Symfony, the log message will [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2594/symfony_add_log_message_manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symfony: Troubleshooting file uploads</title>
		<link>http://www.tech-recipes.com/rx/2552/symfony_troubleshooting_file_uploads/</link>
		<comments>http://www.tech-recipes.com/rx/2552/symfony_troubleshooting_file_uploads/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 13:46:17 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The Symfony framework is an amazing project which brings many best practices to the hands of mortal coders.  It&#8217;s also a dauntingly vast system with many subdirectories and classes.  While trekking your way up the learning curve, you may run into hurdles which seem daunting.  One possible gotcha involves adding file uploading [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2552/symfony_troubleshooting_file_uploads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
