<?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_Config Proposal v2: Akrabat_Config (6)</title>
	<atom:link href="http://akrabat.com/zend-framework/zend_config-proposal-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/zend_config-proposal-v2/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend_config-proposal-v2/#comment-1142</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 03 Jun 2006 20:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/13/zend_config-proposal-v2-akrabat_config-6/#comment-1142</guid>
		<description>Hi Jonathan!

The config has improved now and it&#039;s worth looking at what&#039;s in the Zend Framework incubator. THe class is now split differently: Zend_Config handles retriving values and is loaded via an array. I have written two classes that can load a file into Zend_Config: Zend_Config_Ini for ini files and Zend_Config_Array for standard PHP arrays. I&#039;ll have an XML adapter uploaded soonish too.

Look at http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config.php and http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config for the code. and http://framework.zend.com/developer/browser/trunk/incubator/tests/Zend for the tests.

As far as the Zend Framework itself is concerned, the most useful places to look are:
http://framework.zend.com/ - Official site. Check the manual!
http://hades.phparch.com/ceres/public/article/index.php/art::zend_framework::tutorial - A good tutorial</description>
		<content:encoded><![CDATA[<p>Hi Jonathan!</p>
<p>The config has improved now and it's worth looking at what's in the Zend Framework incubator. THe class is now split differently: Zend_Config handles retriving values and is loaded via an array. I have written two classes that can load a file into Zend_Config: Zend_Config_Ini for ini files and Zend_Config_Array for standard PHP arrays. I'll have an XML adapter uploaded soonish too.</p>
<p>Look at <a href="http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config.php" rel="nofollow">http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config.php</a> and <a href="http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config" rel="nofollow">http://framework.zend.com/developer/browser/trunk/incubator/library/Zend/Config</a> for the code. and <a href="http://framework.zend.com/developer/browser/trunk/incubator/tests/Zend" rel="nofollow">http://framework.zend.com/developer/browser/trunk/incubator/tests/Zend</a> for the tests.</p>
<p>As far as the Zend Framework itself is concerned, the most useful places to look are:<br />
<a href="http://framework.zend.com/" rel="nofollow">http://framework.zend.com/</a> - Official site. Check the manual!<br />
<a href="http://hades.phparch.com/ceres/public/article/index.php/art" rel="nofollow">http://hades.phparch.com/ceres/public/article/index.php/art</a>::zend_framework::tutorial - A good tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campbell</title>
		<link>http://akrabat.com/zend-framework/zend_config-proposal-v2/#comment-1133</link>
		<dc:creator>Jonathan Campbell</dc:creator>
		<pubDate>Sat, 03 Jun 2006 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/13/zend_config-proposal-v2-akrabat_config-6/#comment-1133</guid>
		<description>As usual Rob, looks like a neat solution to what must be a frequent problem -- I certainly need this capability (which is how I found your posting) and looks like your class would handle Smarty config files out of the box too -- which could be useful. Unfortunately the world of Zend Framework has largely passed me by up to now. Got any useful &quot;How to&quot; references you could point me at? Thanks Rob.

Jonathan</description>
		<content:encoded><![CDATA[<p>As usual Rob, looks like a neat solution to what must be a frequent problem -- I certainly need this capability (which is how I found your posting) and looks like your class would handle Smarty config files out of the box too -- which could be useful. Unfortunately the world of Zend Framework has largely passed me by up to now. Got any useful "How to" references you could point me at? Thanks Rob.</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend_config-proposal-v2/#comment-434</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 16 May 2006 08:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/13/zend_config-proposal-v2-akrabat_config-6/#comment-434</guid>
		<description>That&#039;s great! Thank you.</description>
		<content:encoded><![CDATA[<p>That's great! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Hundiak</title>
		<link>http://akrabat.com/zend-framework/zend_config-proposal-v2/#comment-424</link>
		<dc:creator>Art Hundiak</dc:creator>
		<pubDate>Mon, 15 May 2006 21:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/05/13/zend_config-proposal-v2-akrabat_config-6/#comment-424</guid>
		<description>I ran your tests under Windows/Xampp/PHP 5.1.3/Zend Framework from Subversion 05 May 2006.  They all ran correctly.  Keep up the good work.</description>
		<content:encoded><![CDATA[<p>I ran your tests under Windows/Xampp/PHP 5.1.3/Zend Framework from Subversion 05 May 2006.  They all ran correctly.  Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

