<?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: Jara Base &#8211; a base Zend Framework app</title>
	<atom:link href="http://avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app/feed" rel="self" type="application/rss+xml" />
	<link>http://avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app</link>
	<description>Accessible web development</description>
	<lastBuildDate>Fri, 01 Jan 2010 09:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ekerete</title>
		<link>http://avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app/comment-page-1#comment-232</link>
		<dc:creator>Ekerete</dc:creator>
		<pubDate>Sun, 08 Mar 2009 10:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app#comment-232</guid>
		<description>@Eric, My bad. Thanks for the heads-up.

I have the Zend Framework files in my include path and the Initializer class assumed the files would always be available.

It&#039;s fixed now! I have added the Zend Framework files (version 1.7.6) to the library folder and reworked the bootstrap process to set up the include paths before loading the Initializer class.</description>
		<content:encoded><![CDATA[<p>@Eric, My bad. Thanks for the heads-up.</p>
<p>I have the Zend Framework files in my include path and the Initializer class assumed the files would always be available.</p>
<p>It&#8217;s fixed now! I have added the Zend Framework files (version 1.7.6) to the library folder and reworked the bootstrap process to set up the include paths before loading the Initializer class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app/comment-page-1#comment-233</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Sat, 07 Mar 2009 18:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app#comment-233</guid>
		<description>I had to add this to Initializer.php on lines 15 - 18 to get jara base app to work out of the box:

&lt;code&gt;
ini_set(&#039;include_path&#039;,
	ini_get(&#039;include_path&#039;) .
	PATH_SEPARATOR . APP_ROOT . &#039;/library&#039;
);
&lt;/code&gt;

This assumes you added the framework to /library/Zend</description>
		<content:encoded><![CDATA[<p>I had to add this to Initializer.php on lines 15 &#8211; 18 to get jara base app to work out of the box:</p>
<p><code><br />
ini_set('include_path',<br />
	ini_get('include_path') .<br />
	PATH_SEPARATOR . APP_ROOT . '/library'<br />
);<br />
</code></p>
<p>This assumes you added the framework to /library/Zend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Sinclair</title>
		<link>http://avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app/comment-page-1#comment-234</link>
		<dc:creator>Wil Sinclair</dc:creator>
		<pubDate>Thu, 05 Feb 2009 00:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/zend-framework/jara-base-a-base-zend-framework-app#comment-234</guid>
		<description>We hope to really nail this issue with 1.8. Our RAD tools like Zend_Tool will generate a default project structure that is recommended by the ZF team. Of course, it will also work with a custom project structure. :)

,Wil</description>
		<content:encoded><![CDATA[<p>We hope to really nail this issue with 1.8. Our RAD tools like Zend_Tool will generate a default project structure that is recommended by the ZF team. Of course, it will also work with a custom project structure. <img src='http://avnetlabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>,Wil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.325 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-01-05 02:21:18 -->
