<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Symfony application configuration - in your database</title>
	<atom:link href="http://symfonynerds.com/blog/?feed=rss2&#038;p=199" rel="self" type="application/rss+xml" />
	<link>http://symfonynerds.com/blog/?p=199</link>
	<description>Nerds who love the symfony-project</description>
	<pubDate>Wed, 08 Sep 2010 03:53:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tapu</title>
		<link>http://symfonynerds.com/blog/?p=199#comment-1068</link>
		<dc:creator>Tapu</dc:creator>
		<pubDate>Tue, 07 Sep 2010 10:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=199#comment-1068</guid>
		<description>Could me tell me how can i define a custom field in edid using getter / setter with generator.yml?

Thanks,
Tapu</description>
		<content:encoded><![CDATA[<p>Could me tell me how can i define a custom field in edid using getter / setter with generator.yml?</p>
<p>Thanks,<br />
Tapu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien</title>
		<link>http://symfonynerds.com/blog/?p=199#comment-313</link>
		<dc:creator>Adrien</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=199#comment-313</guid>
		<description>I don't understand why you did that... Simplest way is to set the "attribute" column as UNIQUE in your model, and then just use MyAppConfigPeer::retrieveByAttribute($attribute); which has automatically generated and doesn't need any object because of the static state :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you did that&#8230; Simplest way is to set the &#8220;attribute&#8221; column as UNIQUE in your model, and then just use MyAppConfigPeer::retrieveByAttribute($attribute); which has automatically generated and doesn&#8217;t need any object because of the static state <img src='http://symfonynerds.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Digest for 2009-03-06 &#124; Pedro Trindade</title>
		<link>http://symfonynerds.com/blog/?p=199#comment-232</link>
		<dc:creator>Daily Digest for 2009-03-06 &#124; Pedro Trindade</dc:creator>
		<pubDate>Sat, 07 Mar 2009 08:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=199#comment-232</guid>
		<description>[...] Shared a link on Google Reader. Symfony application configuration - in your database [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared a link on Google Reader. Symfony application configuration - in your database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lemoine</title>
		<link>http://symfonynerds.com/blog/?p=199#comment-227</link>
		<dc:creator>Eric Lemoine</dc:creator>
		<pubDate>Fri, 06 Mar 2009 08:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=199#comment-227</guid>
		<description>Hi

In our project we had the same need to store configuration values in the database.
To be consistent with the symfony API of sfConfig class, we made a myConfig class with static methods get/set.

We also use Memcache in this class to reduce the performance impact of the values to be stored in database. That way if multiple calls are made to retrieve a value, only the first one will hit the database.
And when the set method is called, we both update database and memcache.

Eric</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>In our project we had the same need to store configuration values in the database.<br />
To be consistent with the symfony API of sfConfig class, we made a myConfig class with static methods get/set.</p>
<p>We also use Memcache in this class to reduce the performance impact of the values to be stored in database. That way if multiple calls are made to retrieve a value, only the first one will hit the database.<br />
And when the set method is called, we both update database and memcache.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>
