<?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 for rhythmiclife.com</title>
	<atom:link href="http://rhythmiclife.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://rhythmiclife.com</link>
	<description>Articles and tutorials regarding PHP, songs, videos etc.</description>
	<lastBuildDate>Wed, 13 Jul 2011 05:43:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by John Doe</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-315</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Wed, 13 Jul 2011 05:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-315</guid>
		<description>Now that you have created an excellent first tutorial, where are your second, third and fourth tutorials for using Zend.  This is too good to stop here.  You are awesome!</description>
		<content:encoded><![CDATA[<p>Now that you have created an excellent first tutorial, where are your second, third and fourth tutorials for using Zend.  This is too good to stop here.  You are awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by stephen talari</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-309</link>
		<dc:creator>stephen talari</dc:creator>
		<pubDate>Mon, 23 May 2011 06:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-309</guid>
		<description>Most of the errors are due to single quotation(‘)
When we copy this code directly and pasting we get errors ... 
replace ‘ with &#039; (do it manually....)


and for Jim, that error is due to the missing function in indexController

place the following code

     public function indexAction() 
     {
     }

thank you</description>
		<content:encoded><![CDATA[<p>Most of the errors are due to single quotation(‘)<br />
When we copy this code directly and pasting we get errors &#8230;<br />
replace ‘ with &#8216; (do it manually&#8230;.)</p>
<p>and for Jim, that error is due to the missing function in indexController</p>
<p>place the following code</p>
<p>     public function indexAction()<br />
     {<br />
     }</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by admin</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-204</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 02 Jan 2011 14:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-204</guid>
		<description>Dear friend,

If you follow the instructions in this tutorial this will work. But this  is an older method of Zend. I will add the new tutorial and email you soon.

Thanks</description>
		<content:encoded><![CDATA[<p>Dear friend,</p>
<p>If you follow the instructions in this tutorial this will work. But this  is an older method of Zend. I will add the new tutorial and email you soon.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by developing helloword app with zf</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-203</link>
		<dc:creator>developing helloword app with zf</dc:creator>
		<pubDate>Sun, 02 Jan 2011 13:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-203</guid>
		<description>[...] helloword app with zf           Hi ,  I am developing hello world app in zend framework by this article  I am getting this problem  Warning: require_once(Zend/Loader/Autoloader.php) [...]</description>
		<content:encoded><![CDATA[<p>[...] helloword app with zf           Hi ,  I am developing hello world app in zend framework by this article  I am getting this problem  Warning: require_once(Zend/Loader/Autoloader.php) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by Rahul</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-202</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sun, 02 Jan 2011 13:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-202</guid>
		<description>favorite
	

Hi ,

I am developing hello world app in zend framework by this article

I am getting this problem

Warning: require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\helloworld\index.php on line 11

Fatal error: require_once() [function.require]: Failed opening required &#039;Zend/Loader/Autoloader.php&#039; (include_path=&#039;C:\wamp\www\helloworld/library;.;C:\php5\pear&#039;) in C:\wamp\www\helloworld\index.php on line 11

where is this autoloader.php i have included the library folder .

if i comment the autoloader class lines and run than i got this error.

.;C:\php5\pear // this is my set_include_path();
Fatal error: Class &#039;Zend_Controller_Front&#039; not found in C:\wamp\www\helloworld\index.php on line 17

Please help me what is the problem.

Thanks</description>
		<content:encoded><![CDATA[<p>favorite</p>
<p>Hi ,</p>
<p>I am developing hello world app in zend framework by this article</p>
<p>I am getting this problem</p>
<p>Warning: require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\helloworld\index.php on line 11</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;Zend/Loader/Autoloader.php&#8217; (include_path=&#8217;C:\wamp\www\helloworld/library;.;C:\php5\pear&#8217;) in C:\wamp\www\helloworld\index.php on line 11</p>
<p>where is this autoloader.php i have included the library folder .</p>
<p>if i comment the autoloader class lines and run than i got this error.</p>
<p>.;C:\php5\pear // this is my set_include_path();<br />
Fatal error: Class &#8216;Zend_Controller_Front&#8217; not found in C:\wamp\www\helloworld\index.php on line 17</p>
<p>Please help me what is the problem.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by Zahid</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-197</link>
		<dc:creator>Zahid</dc:creator>
		<pubDate>Thu, 25 Nov 2010 19:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-197</guid>
		<description>Thanks for this great post . I finally able to run Zend frameworks .</description>
		<content:encoded><![CDATA[<p>Thanks for this great post . I finally able to run Zend frameworks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by exercises to lose weight</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-193</link>
		<dc:creator>exercises to lose weight</dc:creator>
		<pubDate>Mon, 08 Nov 2010 09:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-193</guid>
		<description>&lt;strong&gt;Thank you......&lt;/strong&gt;

Added to stumble, thanks for the great article....</description>
		<content:encoded><![CDATA[<p><strong>Thank you&#8230;&#8230;</strong></p>
<p>Added to stumble, thanks for the great article&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by Schedule</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-191</link>
		<dc:creator>Schedule</dc:creator>
		<pubDate>Sat, 30 Oct 2010 10:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-191</guid>
		<description>Maybe you could change the webpage name Introduction to Zend Framework - Hello World &#124; rhythmiclife.com to  more generic for your subject you create. I liked the post nevertheless.</description>
		<content:encoded><![CDATA[<p>Maybe you could change the webpage name Introduction to Zend Framework &#8211; Hello World | rhythmiclife.com to  more generic for your subject you create. I liked the post nevertheless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wanna be the Hero? by full tilt referral code</title>
		<link>http://rhythmiclife.com/articles/wanna-be-the-hero/comment-page-1#comment-190</link>
		<dc:creator>full tilt referral code</dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=257#comment-190</guid>
		<description>This blog is very nice and informative. It is difficult task but your post and experience serve and teach me how to handle and make it more simple and manageable.Thanks for the advice. Today I am lucky and I find a lot of nice posts.</description>
		<content:encoded><![CDATA[<p>This blog is very nice and informative. It is difficult task but your post and experience serve and teach me how to handle and make it more simple and manageable.Thanks for the advice. Today I am lucky and I find a lot of nice posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Zend Framework &#8211; Hello World by admin</title>
		<link>http://rhythmiclife.com/tutorials/introduction-to-zend-framework-hello-world/comment-page-1#comment-189</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 24 Oct 2010 04:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://rhythmiclife.com/?p=159#comment-189</guid>
		<description>Sure I will. Now I am after to setup my new company &lt;a href=&quot;http://rhythmicwebsolutions.com&quot; rel=&quot;nofollow&quot;&gt;Rhythmic Web Solutions&lt;/a&gt; Will update this soon.

Thanks</description>
		<content:encoded><![CDATA[<p>Sure I will. Now I am after to setup my new company <a href="http://rhythmicwebsolutions.com" rel="nofollow">Rhythmic Web Solutions</a> Will update this soon.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

