<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend Framework: Thoughts about Zend_Config</title>
	<atom:link href="http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/feed/" rel="self" type="application/rss+xml" />
	<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/</link>
	<description>In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming.</description>
	<lastBuildDate>Tue, 29 Dec 2009 10:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dark Lord</title>
		<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-33078</link>
		<dc:creator>Dark Lord</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-33078</guid>
		<description>Для парсинга конфига использовали PEAR::Config, распарсенный конфиг сохраняли как PHPArray в файл - что довольно ощутимо увеличивало скорость загрузки конфига в дальнейшем.
Поскольку одна из задач - поддержка PHP4 - то приходится извращаться при обращении к конфигу :(
(это я о &lt;a href=&quot;www.phpxcore.org&quot; rel=&quot;nofollow&quot;&gt;phpxcore.org&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>Для парсинга конфига использовали PEAR::Config, распарсенный конфиг сохраняли как PHPArray в файл &#8211; что довольно ощутимо увеличивало скорость загрузки конфига в дальнейшем.<br />
Поскольку одна из задач &#8211; поддержка PHP4 &#8211; то приходится извращаться при обращении к конфигу :(<br />
(это я о <a href="www.phpxcore.org" rel="nofollow">phpxcore.org</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatal</title>
		<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-32587</link>
		<dc:creator>Fatal</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-32587</guid>
		<description>Данное конфигурирование уже реализовано в phpxcore.org, думаю оттудова можно взять много полезных идей.</description>
		<content:encoded><![CDATA[<p>Данное конфигурирование уже реализовано в phpxcore.org, думаю оттудова можно взять много полезных идей.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-108</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Thu, 18 Mar 2010 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-108</guid>
		<description>I like it. I hadn&#039;t see this when I finally got around to looking at Config issues. I have gone with ini files at the moment. I suspect that I&#039;ll abstract to allow for xml or db options too at some point.

http://www.akrabat.com/2006/04/10/akrabat_config-three/ is my current incarnation.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>I like it. I hadn&#8217;t see this when I finally got around to looking at Config issues. I have gone with ini files at the moment. I suspect that I&#8217;ll abstract to allow for xml or db options too at some point.</p>
<p><a href="http://www.akrabat.com/2006/04/10/akrabat_config-three/" rel="nofollow">http://www.akrabat.com/2006/04/10/akrabat_config-three/</a> is my current incarnation.</p>
<p>Regards,</p>
<p>Rob&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-77</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-77</guid>
		<description>Quite nice ! But it looks like SimpleXML, no ? Why didn&#039;t you use simpeXML. It would resolve your problem of pseudo-variable &quot;value&quot;.
Maybe I missed something, actually :P</description>
		<content:encoded><![CDATA[<p>Quite nice ! But it looks like SimpleXML, no ? Why didn&#8217;t you use simpeXML. It would resolve your problem of pseudo-variable &#8220;value&#8221;.<br />
Maybe I missed something, actually :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h0tzenpl0tz</title>
		<link>http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-37</link>
		<dc:creator>h0tzenpl0tz</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/#comment-37</guid>
		<description>nice idea, worth for further consideration implementing it into ZF</description>
		<content:encoded><![CDATA[<p>nice idea, worth for further consideration implementing it into ZF</p>
]]></content:encoded>
	</item>
</channel>
</rss>
