<?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 Framework Tutorial for 0.7</title>
	<atom:link href="http://akrabat.com/php/zend-framework-tutorial-for-07/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/zend-framework-tutorial-for-07/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:38:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leonardo Zandoná</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8340</link>
		<dc:creator>Leonardo Zandoná</dc:creator>
		<pubDate>Fri, 23 Feb 2007 14:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8340</guid>
		<description>Hi, the only thing i&#039;ve changed from 0.7 to 0.8 version of ZF is the following line in the bootstrap file &#039;index.php&#039; :

..
Zend::loadClass(&#039;Zend_Controller_Router_Rewrite&#039;);
..


// setup controller
$route = new Zend_Controller_Router_Rewrite();</description>
		<content:encoded><![CDATA[<p>Hi, the only thing i've changed from 0.7 to 0.8 version of ZF is the following line in the bootstrap file 'index.php' :</p>
<p>..<br />
Zend::loadClass('Zend_Controller_Router_Rewrite');<br />
..</p>
<p>// setup controller<br />
$route = new Zend_Controller_Router_Rewrite();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paperogiallo</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8336</link>
		<dc:creator>paperogiallo</dc:creator>
		<pubDate>Thu, 22 Feb 2007 22:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8336</guid>
		<description>Ehi man, the 0.8 is out... you have to do the job! ;)

_YD</description>
		<content:encoded><![CDATA[<p>Ehi man, the 0.8 is out... you have to do the job! ;)</p>
<p>_YD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8322</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 19 Feb 2007 20:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8322</guid>
		<description>Hi Jeff,

Try adding

&lt;pre&gt;DirectoryIndex index.php&lt;/pre&gt; 

to your .htacess file.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Try adding</p>
<pre>DirectoryIndex index.php</pre>
<p>to your .htacess file.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8319</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 19 Feb 2007 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8319</guid>
		<description>Interesting series of blog entries. Your posts have cleared up some ZF ambiguities introduced by the ZF manual.

I&#039;ve had some problems dealing with trailing /&#039;s on my urls, and I&#039;m wondering if you&#039;ve had the same issues, and if so what your resolution was?

http://myhost/foo/MyController works. MyController is fired w/indexAction()

http://myhost/foo/MyController/ fails. I noticed in my Apache logs that browser is, I think, requesting index.html. ZF bombs out saying &quot;I found MyController&quot;, but  I didn&#039;t find &quot;indexHtmlAction&quot;

Very intriguing.

I&#039;ve used various incarnations of Apache&#039;s RewriteBase , rewriteRules &amp; rewriteCond , but nothing seems willing to cooperate.

One item of note, in my situation, is that I&#039;m not using DocumentRoot as my app&#039;s base. I&#039;ve got aliases off of documenrRoot for various developmental milestones, eg;

/experimental /mywebdir/experimental
/testing /mywebdir/testing

et al.</description>
		<content:encoded><![CDATA[<p>Interesting series of blog entries. Your posts have cleared up some ZF ambiguities introduced by the ZF manual.</p>
<p>I've had some problems dealing with trailing /'s on my urls, and I'm wondering if you've had the same issues, and if so what your resolution was?</p>
<p><a href="http://myhost/foo/MyController" rel="nofollow">http://myhost/foo/MyController</a> works. MyController is fired w/indexAction()</p>
<p><a href="http://myhost/foo/MyController/" rel="nofollow">http://myhost/foo/MyController/</a> fails. I noticed in my Apache logs that browser is, I think, requesting index.html. ZF bombs out saying "I found MyController", but  I didn't find "indexHtmlAction"</p>
<p>Very intriguing.</p>
<p>I've used various incarnations of Apache's RewriteBase , rewriteRules &amp; rewriteCond , but nothing seems willing to cooperate.</p>
<p>One item of note, in my situation, is that I'm not using DocumentRoot as my app's base. I've got aliases off of documenrRoot for various developmental milestones, eg;</p>
<p>/experimental /mywebdir/experimental<br />
/testing /mywebdir/testing</p>
<p>et al.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8277</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 14 Feb 2007 22:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8277</guid>
		<description>Hi Ian,

I&#039;d suspect an Apache configuration issue related to mod_rewrite. Possibly &quot;allowoveride&quot; not set to &quot;all&quot; so the .htaccess isn&#039;t being used?

Regards,

Rob..</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>I'd suspect an Apache configuration issue related to mod_rewrite. Possibly "allowoveride" not set to "all" so the .htaccess isn't being used?</p>
<p>Regards,</p>
<p>Rob..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8270</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 14 Feb 2007 08:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8270</guid>
		<description>Hello,
I have problem with controllers.
IndexController.php work fine, all functions which included in it works.
But I need split own project between a few controllers and I have created FooController.php and when I try to get it via http://localhost/foo , I got the 404 Error page.
In the apache log file I see that file foo not found.
What I need to check? May be some tips you have?

Best regards,
Ian...</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have problem with controllers.<br />
IndexController.php work fine, all functions which included in it works.<br />
But I need split own project between a few controllers and I have created FooController.php and when I try to get it via <a href="http://localhost/foo" rel="nofollow">http://localhost/foo</a> , I got the 404 Error page.<br />
In the apache log file I see that file foo not found.<br />
What I need to check? May be some tips you have?</p>
<p>Best regards,<br />
Ian...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8264</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 13 Feb 2007 23:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8264</guid>
		<description>Hi Jeff,

Glad you sorted it.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Glad you sorted it.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8258</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 13 Feb 2007 17:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8258</guid>
		<description>Rob,

Thanks. Your first guess was correct. I needed to include the models directory on the php_include path.

-Jeff</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>Thanks. Your first guess was correct. I needed to include the models directory on the php_include path.</p>
<p>-Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8252</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 13 Feb 2007 06:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8252</guid>
		<description>Hi Jeff,

At a guess, I&#039;d say that your models directory isn&#039;t on the php_include path, or you haven&#039;t used Zend::loadClass(&#039;Album&#039;); in your controller&#039;s init() member function.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>At a guess, I'd say that your models directory isn't on the php_include path, or you haven't used Zend::loadClass('Album'); in your controller's init() member function.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://akrabat.com/php/zend-framework-tutorial-for-07/#comment-8248</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 13 Feb 2007 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/02/11/zend-framework-tutorial-for-07/#comment-8248</guid>
		<description>I am having a problem with the tutorial.  I have downloaded the code and followed the instructions 4 seperate times. I keep getting the same error (Fatal error: Uncaught exception &#039;Zend_Exception&#039; with message &#039;File &quot;Album.php&quot; was not found.&#039;) when I get to the connecting to the database section.  I have tried this tutorial on two different webservers supporting the latest PHP and MySQL versions. I am using zend framework 0.7. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I am having a problem with the tutorial.  I have downloaded the code and followed the instructions 4 seperate times. I keep getting the same error (Fatal error: Uncaught exception 'Zend_Exception' with message 'File "Album.php" was not found.') when I get to the connecting to the database section.  I have tried this tutorial on two different webservers supporting the latest PHP and MySQL versions. I am using zend framework 0.7. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
