<?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: Tutorial: Getting Started with the Zend Framework 1.0</title>
	<atom:link href="http://akrabat.com/zend-framework-tutorial-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-23442</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Fri, 14 Nov 2008 08:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-23442</guid>
		<description>Hi,

You should probably be using http://akrabat.com/zend-framework-tutorial/ nowadays.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You should probably be using <a href="http://akrabat.com/zend-framework-tutorial/" rel="nofollow">http://akrabat.com/zend-framework-tutorial/</a> nowadays.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tina</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-23438</link>
		<dc:creator>tina</dc:creator>
		<pubDate>Thu, 13 Nov 2008 23:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-23438</guid>
		<description>hi
I already test your code in localhost
The index.php load ok with the list of albums. But none of the links (add, edit, delete) work for me , message was Page Not Found
http://localhost/zf-tutorial/index/add

already set mod_rewrite in httpd.conf uncommented LoadModule rewrite_module modules/mod_rewrite.so and test wiht phpinfo() mod_rewrite is ok can you tell me why ? and Zend Lib already in library ZF-tutorial ?

but there was error in log apache
File does not exist: hi
I already test your code in localhost
The index.php load ok with the list of albums. But none of the links (add, edit, delete) work for me , message was Page Not Found
http://localhost:8090/zf-tutorial/index/add

already set mod_rewrite in httpd.conf uncommented LoadModule rewrite_module modules/mod_rewrite.so and test wiht phpinfo() mod_rewrite is ok can you tell me why ? and Zend Lib already in library ZF-tutorial ?

but there was error in log apache
File does not exist: D:/Program Files/Apache Group/Apache2/htdocs/zf-tutorial/index


and .htaccess file in public directory is empy.</description>
		<content:encoded><![CDATA[<p>hi<br />
I already test your code in localhost<br />
The index.php load ok with the list of albums. But none of the links (add, edit, delete) work for me , message was Page Not Found<br />
<a href="http://localhost/zf-tutorial/index/add" rel="nofollow">http://localhost/zf-tutorial/index/add</a></p>
<p>already set mod_rewrite in httpd.conf uncommented LoadModule rewrite_module modules/mod_rewrite.so and test wiht phpinfo() mod_rewrite is ok can you tell me why ? and Zend Lib already in library ZF-tutorial ?</p>
<p>but there was error in log apache<br />
File does not exist: hi<br />
I already test your code in localhost<br />
The index.php load ok with the list of albums. But none of the links (add, edit, delete) work for me , message was Page Not Found<br />
<a href="http://localhost:8090/zf-tutorial/index/add" rel="nofollow">http://localhost:8090/zf-tutorial/index/add</a></p>
<p>already set mod_rewrite in httpd.conf uncommented LoadModule rewrite_module modules/mod_rewrite.so and test wiht phpinfo() mod_rewrite is ok can you tell me why ? and Zend Lib already in library ZF-tutorial ?</p>
<p>but there was error in log apache<br />
File does not exist: D:/Program Files/Apache Group/Apache2/htdocs/zf-tutorial/index</p>
<p>and .htaccess file in public directory is empy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Shah</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-23374</link>
		<dc:creator>Amit Shah</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-23374</guid>
		<description>This is really a good material for fresh developer.. I have used this for giving my seminar and it helps me a lot...
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is really a good material for fresh developer.. I have used this for giving my seminar and it helps me a lot...<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valeriu Zarnescu</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-22943</link>
		<dc:creator>Valeriu Zarnescu</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-22943</guid>
		<description>Hi,

I have only one question:
Is it possible to load the header and footer files in the index.php file, so they are loaded only once, so when you navigate through the site, only the content is changed, and the header and footer are not refreshed.

All the best,
Vali.

P.S. I like your tutorial, and i saw that you used the same technique like me, loading the header and footer in each html file.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have only one question:<br />
Is it possible to load the header and footer files in the index.php file, so they are loaded only once, so when you navigate through the site, only the content is changed, and the header and footer are not refreshed.</p>
<p>All the best,<br />
Vali.</p>
<p>P.S. I like your tutorial, and i saw that you used the same technique like me, loading the header and footer in each html file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devhash</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-22827</link>
		<dc:creator>devhash</dc:creator>
		<pubDate>Thu, 04 Sep 2008 05:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-22827</guid>
		<description>I have got the following error .

Fatal error: Uncaught exception &#039;Zend_Controller_Action_Exception&#039; with message &#039;Action &quot;displayaddaccountvendor&quot; does not exist and was not trapped in __call()&#039; in /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php:477 Stack trace: #0 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php(504): Zend_Controller_Action-&gt;__call(&#039;displayaddaccou...&#039;, Array) #1 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Dispatcher/Standard.php(293): Zend_Controller_Action-&gt;dispatch(&#039;displayaddaccou...&#039;) #2 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Front.php(914): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #3 /var/www/int/class/Hb/Util/Control/Front.class(65): Zend_Controller_Front-&gt;dispatch() #4 /var/www/int/app/index.php(9): Hb_Util_Control_Front::run() #5 {main} thrown in /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php on line 477

How can i fix this?</description>
		<content:encoded><![CDATA[<p>I have got the following error .</p>
<p>Fatal error: Uncaught exception 'Zend_Controller_Action_Exception' with message 'Action "displayaddaccountvendor" does not exist and was not trapped in __call()' in /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php:477 Stack trace: #0 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php(504): Zend_Controller_Action-&gt;__call('displayaddaccou...', Array) #1 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Dispatcher/Standard.php(293): Zend_Controller_Action-&gt;dispatch('displayaddaccou...') #2 /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Front.php(914): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #3 /var/www/int/class/Hb/Util/Control/Front.class(65): Zend_Controller_Front-&gt;dispatch() #4 /var/www/int/app/index.php(9): Hb_Util_Control_Front::run() #5 {main} thrown in /usr/local/Zend/Core/share/ZendFramework-1.5.2/library/Zend/Controller/Action.php on line 477</p>
<p>How can i fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neofito</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-20918</link>
		<dc:creator>neofito</dc:creator>
		<pubDate>Tue, 01 Apr 2008 01:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-20918</guid>
		<description>This is an excellent tutorial, Rob, thanks for it. I need to give an advise to those who post comments here. It is a good idea search for the  issue they have, before post any question asking for help. What I did was use the Firefox built in searching capabilities to search for the following set of keywords: &#039;The requested URL http://localhost/zf-tutorial/index/edit/id/1 was not found on this server&#039; and I found a few topics on this matter. After a couple of minutes mi problem was solved, just by reading someone else solution to the same problem. 

So, the next time, you were looking for help, please make sure to search the entire page, before.</description>
		<content:encoded><![CDATA[<p>This is an excellent tutorial, Rob, thanks for it. I need to give an advise to those who post comments here. It is a good idea search for the  issue they have, before post any question asking for help. What I did was use the Firefox built in searching capabilities to search for the following set of keywords: 'The requested URL <a href="http://localhost/zf-tutorial/index/edit/id/1" rel="nofollow">http://localhost/zf-tutorial/index/edit/id/1</a> was not found on this server' and I found a few topics on this matter. After a couple of minutes mi problem was solved, just by reading someone else solution to the same problem. </p>
<p>So, the next time, you were looking for help, please make sure to search the entire page, before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zend_fan</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-20584</link>
		<dc:creator>zend_fan</dc:creator>
		<pubDate>Mon, 17 Mar 2008 05:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-20584</guid>
		<description>Thank you Akrabat. Your zend tutorial has been very helpful &amp; clear.</description>
		<content:encoded><![CDATA[<p>Thank you Akrabat. Your zend tutorial has been very helpful &amp; clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-20572</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 16 Mar 2008 17:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-20572</guid>
		<description>Noury,

use $this-&gt;_forward() to run the CategoryController&#039;s index action.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Noury,</p>
<p>use $this->_forward() to run the CategoryController's index action.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-20571</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 16 Mar 2008 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-20571</guid>
		<description>Wil,

What&#039;s in the error log?

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Wil,</p>
<p>What's in the error log?</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WIL</title>
		<link>http://akrabat.com/zend-framework-tutorial-10/#comment-20568</link>
		<dc:creator>WIL</dc:creator>
		<pubDate>Sun, 16 Mar 2008 15:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/zend-framework-tutorial/#comment-20568</guid>
		<description>Hallo Rob, Do you know why i get this error. everything work on my server but on the server of my provider not.

Erroe
-----------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@one.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.</description>
		<content:encoded><![CDATA[<p>Hallo Rob, Do you know why i get this error. everything work on my server but on the server of my provider not.</p>
<p>Erroe<br />
-----------------<br />
Internal Server Error<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
Please contact the server administrator, <a href="mailto:support@one.com">support@one.com</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

