<?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>havvgs life &#187; symfony</title>
	<atom:link href="http://toni.uebernickel.info/tag/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://toni.uebernickel.info</link>
	<description>a small part of my life</description>
	<lastBuildDate>Sat, 06 Feb 2010 14:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>adding actions to a plugins module in symfony</title>
		<link>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/</link>
		<comments>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 18:46:33 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=655</guid>
		<description><![CDATA[There are many cases in which you might want to extend capabilities of a plugin. As this is not that complicated at all and you can go edit every file within your plugin directory, this is not the best way doing this. Adding new methods to a library can easily be done by creating a [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>share user class among apps within one symfony project</title>
		<link>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/</link>
		<comments>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:15:41 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=648</guid>
		<description><![CDATA[Is it possible to share one user class among all apps within one symfony project? &#8211; Yes, it is! It is very easy, too. All you need is &#8211; surprisingly &#8211; a class, some changes in the factories.yml of the apps sharing the user class and that&#8217;s it!
At first create a user class you want [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>single table inheritance pattern in symfony using propel</title>
		<link>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/</link>
		<comments>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 21:55:57 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=623</guid>
		<description><![CDATA[Rails is doing it, Java is doing it very similar, you can do it in symfony, too: make use of the Single Table Inheritance pattern.

What&#8217;s STI?
Single table inheritance is a way to emulate object-oriented inheritance in a relational database. Wikipedia, the free encyclopedia
Let&#8217;s say you got two models having the same properties and you want [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>dynamic values in forms with symfony</title>
		<link>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/</link>
		<comments>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 19:31:43 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[wspNopastePlugin]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=613</guid>
		<description><![CDATA[Let&#8217;s imagine you have a form set up and want to add some dynamic values to the object being saved by this form after the form has been submitted by the visitor.

The example model (&#8220;wspNopasteEntry&#8221;) below has a property &#8220;created_by&#8221; which refers to a sfGuardUser (or anonymous). So, at first you have to unset the [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using Last-Modified HTTP Header in symfony</title>
		<link>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/</link>
		<comments>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:19:42 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[http-headers]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=601</guid>
		<description><![CDATA[As there are many situations in which you might want to use the HTTP status code &#8220;304 &#8211; Not Modified&#8221; symfony gives you an easy way in doing so. Especially while you are delivering dynamic content, it might not be that easy to determ whether the request has been modified or not. Sending the HTTP [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multiple applications in symfony using subdomains</title>
		<link>http://toni.uebernickel.info/development/multiple-applications-in-symfony-using-subdomains/</link>
		<comments>http://toni.uebernickel.info/development/multiple-applications-in-symfony-using-subdomains/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:00:16 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=594</guid>
		<description><![CDATA[You might have thought about it &#8211; me too :) It&#8217;s one simple way to use subdomains to manage the chosen application of your symfony project.


?Download index.php&#60;?php
&#160;
require_once&#40;dirname&#40;__FILE__&#41;.'/../config/ProjectConfiguration.class.php'&#41;;
&#160;
switch &#40;$_SERVER&#91;'HTTP_HOST'&#93;&#41;
&#123;
        case 'backend.megacomplex.de':
                $configuration = ProjectConfiguration::getApplicationConfiguration&#40;
 [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/multiple-applications-in-symfony-using-subdomains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>unit test with sfPropel*BehaviorPlugin in symfony</title>
		<link>http://toni.uebernickel.info/development/unit-test-with-propel-behavior-plugin-in-symfony/</link>
		<comments>http://toni.uebernickel.info/development/unit-test-with-propel-behavior-plugin-in-symfony/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:33:20 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[wspNopastePlugin]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=588</guid>
		<description><![CDATA[Today I have written my first unit test in symfony in which one of the models has attached a propel behavior. In my case it was the sfPropelActAsSluggableBehavior. While writing the unit test I didn&#8217;t thought it would be a problem, until I finnaly ran the test.
The error message was short, but has a lack [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/unit-test-with-propel-behavior-plugin-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
