<?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: Active Module Based Config with Zend Framework</title>
	<atom:link href="http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 20:22:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Zend Framework Application Patterns at DPC10 &#171; simon r jones</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-275</link>
		<dc:creator>Zend Framework Application Patterns at DPC10 &#171; simon r jones</dc:creator>
		<pubDate>Fri, 11 Jun 2010 11:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-275</guid>
		<description>[...] Module bootstrapping. Not particularly good at present. Runs all module bootstraps if exists. Order of running module/main app boostraps ambigious. Don&#8217;t mix resource names/application.ini key names in main app + module. Katherine Reed wrote a nice module bootstrapping solution. [...]</description>
		<content:encoded><![CDATA[<p>[...] Module bootstrapping. Not particularly good at present. Runs all module bootstraps if exists. Order of running module/main app boostraps ambigious. Don&#8217;t mix resource names/application.ini key names in main app + module. Katherine Reed wrote a nice module bootstrapping solution. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-258</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Wed, 19 May 2010 07:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-258</guid>
		<description>Very helpful, thanks! :)</description>
		<content:encoded><![CDATA[<p>Very helpful, thanks! <img src='http://binarykitten.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ice</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-231</link>
		<dc:creator>Ice</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-231</guid>
		<description>&quot;Out of curiosity, in routeShutdown(), why use reflection for PHP versions &lt; 5.2.6 and get_class_methods() for other versions when the latter is available in all version of PHP 5?&quot;

The main reason is that get_class_methods is broken from 5.0.3 through 5.2.6.  It doesn&#039;t return all visible methods (PHP Bug 43483, 32296), in inheritance trees with protected methods.</description>
		<content:encoded><![CDATA[<p>&#8220;Out of curiosity, in routeShutdown(), why use reflection for PHP versions &lt; 5.2.6 and get_class_methods() for other versions when the latter is available in all version of PHP 5?&quot;</p>
<p>The main reason is that get_class_methods is broken from 5.0.3 through 5.2.6.  It doesn&#039;t return all visible methods (PHP Bug 43483, 32296), in inheritance trees with protected methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-165</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sat, 13 Feb 2010 23:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-165</guid>
		<description>Just Posted an update for those worried about code standards etc apart from the 3 warnings listed this is 100% code standard error free when placed against the code standards for Zend as supplied with PHP_CodeSniffer ... hopefully this will help appease people</description>
		<content:encoded><![CDATA[<p>Just Posted an update for those worried about code standards etc apart from the 3 warnings listed this is 100% code standard error free when placed against the code standards for Zend as supplied with PHP_CodeSniffer &#8230; hopefully this will help appease people</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-163</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-163</guid>
		<description>ah yes, will not that.   I use the Layout option in Zend Framework to provide a base design which then has the current view script injected. Which is why there is the layout there.. Please note that it is only demonstration code in that segment, and it&#039;s up to you what you place in your init functions</description>
		<content:encoded><![CDATA[<p>ah yes, will not that.   I use the Layout option in Zend Framework to provide a base design which then has the current view script injected. Which is why there is the layout there.. Please note that it is only demonstration code in that segment, and it&#8217;s up to you what you place in your init functions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umpirsky</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-157</link>
		<dc:creator>umpirsky</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-157</guid>
		<description>Fixed with 

$view = $this-&gt;getApplication()-&gt;bootstrap(&#039;view&#039;)-&gt;getResource(&#039;view&#039;);

I&#039;m not sure if that is the right way to do it, but it works.</description>
		<content:encoded><![CDATA[<p>Fixed with </p>
<p>$view = $this-&gt;getApplication()-&gt;bootstrap(&#8216;view&#8217;)-&gt;getResource(&#8216;view&#8217;);</p>
<p>I&#8217;m not sure if that is the right way to do it, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umpirsky</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-156</link>
		<dc:creator>umpirsky</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-156</guid>
		<description>And I get error while trying to acces resources

$layout = $this
                    -&gt;bootstrap(&#039;layout&#039;)
                    -&gt;getResource(&#039;layout&#039;);

Zend_Application_Bootstrap_Exception: Resource matching &quot;layout&quot; not found
thrown in Zend\Application\Bootstrap\BootstrapAbstract.php on line 687</description>
		<content:encoded><![CDATA[<p>And I get error while trying to acces resources</p>
<p>$layout = $this<br />
                    -&gt;bootstrap(&#8216;layout&#8217;)<br />
                    -&gt;getResource(&#8216;layout&#8217;);</p>
<p>Zend_Application_Bootstrap_Exception: Resource matching &#8220;layout&#8221; not found<br />
thrown in Zend\Application\Bootstrap\BootstrapAbstract.php on line 687</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-162</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-162</guid>
		<description>for example, you don&#039;t need a bootstrap for the default module, so added the option to have the modulenameInit in the main application bootstrap..

The idea for both was to add more versatility with what the end user wanted to do</description>
		<content:encoded><![CDATA[<p>for example, you don&#8217;t need a bootstrap for the default module, so added the option to have the modulenameInit in the main application bootstrap..</p>
<p>The idea for both was to add more versatility with what the end user wanted to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umpirsky</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-155</link>
		<dc:creator>umpirsky</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-155</guid>
		<description>This is great, but why do you have both activeInit and modulenameInit, instead having just one of them, and have only one foreach for methods?</description>
		<content:encoded><![CDATA[<p>This is great, but why do you have both activeInit and modulenameInit, instead having just one of them, and have only one foreach for methods?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: forex robot</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-139</link>
		<dc:creator>forex robot</dc:creator>
		<pubDate>Tue, 26 Jan 2010 05:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-139</guid>
		<description>Keep posting stuff like this i really like it</description>
		<content:encoded><![CDATA[<p>Keep posting stuff like this i really like it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
