<?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 Studio for Eclipse &#8211; New Framework Project Problems</title>
	<atom:link href="http://www.bombdiggity.net/blog/2009/01/03/zend-studio-for-eclipse-new-framework-project-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bombdiggity.net/blog/2009/01/03/zend-studio-for-eclipse-new-framework-project-problems/</link>
	<description>Ramblings of a php coder</description>
	<lastBuildDate>Mon, 15 Feb 2010 23:16:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon</title>
		<link>http://www.bombdiggity.net/blog/2009/01/03/zend-studio-for-eclipse-new-framework-project-problems/comment-page-1/#comment-245</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 04 Jan 2009 14:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=64#comment-245</guid>
		<description>Roy,

Thanks for bringing that up as i knew that was there and use it all the time.  What i was talking about was the base modules directory and then also telling the frontController where the modules directory in the initControllers() method.

&lt;pre lang=&quot;php&quot;&gt;
public function initControllers()
{
    $this-&gt;_front-&gt;addControllerDirecory($this-&gt;_root . &#039;/application/default/controllers&#039;, &#039;default&#039;);
    $this-&gt;_front-&gt;addModuleDirectory($this-&gt;root . &#039;/application/modules&#039;);
}
&lt;/pre&gt;

Jon</description>
		<content:encoded><![CDATA[<p>Roy,</p>
<p>Thanks for bringing that up as i knew that was there and use it all the time.  What i was talking about was the base modules directory and then also telling the frontController where the modules directory in the initControllers() method.</p>
<pre lang="php">
public function initControllers()
{
    $this->_front->addControllerDirecory($this->_root . '/application/default/controllers', 'default');
    $this->_front->addModuleDirectory($this->root . '/application/modules');
}
</pre>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.bombdiggity.net/blog/2009/01/03/zend-studio-for-eclipse-new-framework-project-problems/comment-page-1/#comment-244</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Sun, 04 Jan 2009 07:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=64#comment-244</guid>
		<description>Hi Jon, thanks for the posting these issues! 

Regarding the &quot;Lack of a modules directory&quot;, one can use the Module Generation feature, this will do all the job for you! right click on the zf project, select &quot;New&quot; -&gt; Zend Framework Item -&gt; Choose to add module and follow the instructions.

an issue was submitted on the other two...</description>
		<content:encoded><![CDATA[<p>Hi Jon, thanks for the posting these issues! </p>
<p>Regarding the &#8220;Lack of a modules directory&#8221;, one can use the Module Generation feature, this will do all the job for you! right click on the zf project, select &#8220;New&#8221; -&gt; Zend Framework Item -&gt; Choose to add module and follow the instructions.</p>
<p>an issue was submitted on the other two&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Studio for Eclipse - New Framework Project Problems &#124; PHP-Blog.com</title>
		<link>http://www.bombdiggity.net/blog/2009/01/03/zend-studio-for-eclipse-new-framework-project-problems/comment-page-1/#comment-243</link>
		<dc:creator>Zend Studio for Eclipse - New Framework Project Problems &#124; PHP-Blog.com</dc:creator>
		<pubDate>Sun, 04 Jan 2009 04:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombdiggity.net/blog/?p=64#comment-243</guid>
		<description>[...] is the original: Zend Studio for Eclipse - New Framework Project Problems     Related ArticlesBookmarksTags      PHP Development Tools - Keeping it Simple and Mostly Fre If [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original: Zend Studio for Eclipse &#8211; New Framework Project Problems     Related ArticlesBookmarksTags      PHP Development Tools &#8211; Keeping it Simple and Mostly Fre If [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
