<?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: Zend_Config: Progress Towards 0.2</title>
	<atom:link href="http://akrabat.com/2006/10/09/zend_config-progress-towards-02/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2006/10/09/zend_config-progress-towards-02/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 28 Aug 2008 13:53:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/10/09/zend_config-progress-towards-02/#comment-5789</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 09 Oct 2006 08:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/10/09/zend_config-progress-towards-02/#comment-5789</guid>
		<description>Hi Geoffrey,

Yes - variable overloading is definitely supported! That's the main advantage to me.

I use it a lot for database overriding between different servers. e.g:

[common]
db.config.name=livedbname

[test]
db.config.name=testdbname

[dev]
db.config.name=devdbname


Thanks for the heads up on the broken link too!</description>
		<content:encoded><![CDATA[<p>Hi Geoffrey,</p>
<p>Yes - variable overloading is definitely supported! That's the main advantage to me.</p>
<p>I use it a lot for database overriding between different servers. e.g:</p>
<p>[common]<br />
db.config.name=livedbname</p>
<p>[test]<br />
db.config.name=testdbname</p>
<p>[dev]<br />
db.config.name=devdbname</p>
<p>Thanks for the heads up on the broken link too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoffrey</title>
		<link>http://akrabat.com/2006/10/09/zend_config-progress-towards-02/#comment-5788</link>
		<dc:creator>geoffrey</dc:creator>
		<pubDate>Mon, 09 Oct 2006 08:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/10/09/zend_config-progress-towards-02/#comment-5788</guid>
		<description>wow, this inheritance thing seems so sweet :) I don't have time to go through the code, but is "variable overloading" supported ? eg:

[foo]
prop1 = foo

[bar:foo]
prop1 = bar



btw, the last link to ZF-352 drops on a "PROJECT DOES NOT EXISTS" page (too many hyphens in the url :p)</description>
		<content:encoded><![CDATA[<p>wow, this inheritance thing seems so sweet :) I don't have time to go through the code, but is "variable overloading" supported ? eg:</p>
<p>[foo]<br />
prop1 = foo</p>
<p>[bar:foo]<br />
prop1 = bar</p>
<p>btw, the last link to ZF-352 drops on a "PROJECT DOES NOT EXISTS" page (too many hyphens in the url :p)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
