<?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 Framework中DashBoardController和DashboardController的分别</title>
	<atom:link href="http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/</link>
	<description>响应我党号召,全面建设和谐社会</description>
	<pubDate>Wed, 20 Aug 2008 23:12:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: GoLeveling</title>
		<link>http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-86</link>
		<dc:creator>GoLeveling</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-86</guid>
		<description>收藏了</description>
		<content:encoded><![CDATA[<p>收藏了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 吴洪声</title>
		<link>http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-74</link>
		<dc:creator>吴洪声</dc:creator>
		<pubDate>Thu, 23 Aug 2007 07:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-74</guid>
		<description>官方的邮件列表已经有相关的讨论了
http://www.nabble.com/Routing-problems---Invalid-controller-specified-tf4271653s16154.html#a12157882
http://framework.zend.com/issues/browse/ZF-1860</description>
		<content:encoded><![CDATA[<p>官方的邮件列表已经有相关的讨论了<br />
<a href="http://www.nabble.com/Routing-problems---Invalid-controller-specified-tf4271653s16154.html#a12157882" rel="nofollow">http://www.nabble.com/Routing-problems&#8212;Invalid-controller-specified-tf4271653s16154.html#a12157882</a><br />
<a href="http://framework.zend.com/issues/browse/ZF-1860" rel="nofollow">http://framework.zend.com/issues/browse/ZF-1860</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-73</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 22 Aug 2007 14:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://wuhongsheng.com/it/2007/08/controller-names-in-zend-framework/#comment-73</guid>
		<description>Zend Framework的Controller名的获取是：
return ucfirst($this-&#62;_formatName($unformatted)) . 'Controller';

所以你的DashBoardController会被识别为DashboardController，而Linux区分大小写，所以就找不到了。

Justin
http://www.sofee.cn/blog</description>
		<content:encoded><![CDATA[<p>Zend Framework的Controller名的获取是：<br />
return ucfirst($this-&gt;_formatName($unformatted)) . &#8216;Controller&#8217;;</p>
<p>所以你的DashBoardController会被识别为DashboardController，而Linux区分大小写，所以就找不到了。</p>
<p>Justin<br />
<a href="http://www.sofee.cn/blog" rel="nofollow">http://www.sofee.cn/blog</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
