<?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 ZF 1.10</title>
	<atom:link href="http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shah Mubashir</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-37293</link>
		<dc:creator>Shah Mubashir</dc:creator>
		<pubDate>Mon, 02 Aug 2010 05:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-37293</guid>
		<description>@Ken

Look in the folder C:\Program Files\BitNami WAMPStack\apache2\htdocs\zend\zf-tutorial\application\controllers\models\DbTables\Albums.php file exists.

if it exists then see the declaration of the class. It should have to be like 
Application_Model_DbTable_Albums extends Zend_XXX

if its not like the above declaration then make it like the above declaration.

In zend framework a file is located like this foldername_foldername_foldername_filename without extension.
As it is suggested above Application_Model_DbTable_Albums
Regards,
Shah Mubashir</description>
		<content:encoded><![CDATA[<p>@Ken</p>
<p>Look in the folder C:\Program Files\BitNami WAMPStack\apache2\htdocs\zend\zf-tutorial\application\controllers\models\DbTables\Albums.php file exists.</p>
<p>if it exists then see the declaration of the class. It should have to be like<br />
Application_Model_DbTable_Albums extends Zend_XXX</p>
<p>if its not like the above declaration then make it like the above declaration.</p>
<p>In zend framework a file is located like this foldername_foldername_foldername_filename without extension.<br />
As it is suggested above Application_Model_DbTable_Albums<br />
Regards,<br />
Shah Mubashir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-36715</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-36715</guid>
		<description>I am still getting this error: 
&lt;blockquote&gt;
Fatal error: Class &#039;Application_Model_DbTable_Albums&#039; not found in C:\Program Files\BitNami WAMPStack\apache2\htdocs\zend\zf-tutorial\application\controllers\IndexController.php on line 15
&lt;/blockquote&gt;

even after I did what nguyenloi85 suggested. 

What is the problem?

Ken.</description>
		<content:encoded><![CDATA[<p>I am still getting this error: </p>
<blockquote><p>
Fatal error: Class 'Application_Model_DbTable_Albums' not found in C:\Program Files\BitNami WAMPStack\apache2\htdocs\zend\zf-tutorial\application\controllers\IndexController.php on line 15
</p></blockquote>
<p>even after I did what nguyenloi85 suggested. </p>
<p>What is the problem?</p>
<p>Ken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mido</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-36119</link>
		<dc:creator>mido</dc:creator>
		<pubDate>Mon, 05 Jul 2010 09:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-36119</guid>
		<description>thank you rob tutorial work fine</description>
		<content:encoded><![CDATA[<p>thank you rob tutorial work fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-35400</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Sun, 13 Jun 2010 13:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-35400</guid>
		<description>Nevermind, I had some backwards parens in the controller (duh).</description>
		<content:encoded><![CDATA[<p>Nevermind, I had some backwards parens in the controller (duh).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-35204</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-35204</guid>
		<description>After I update the IndexController and update the index.phtml file, I go to the site url and I get a completely blank page, even the source is blank.  Up to that point, I had been seeing all the pages as shown in the demo.  Any ideas?</description>
		<content:encoded><![CDATA[<p>After I update the IndexController and update the index.phtml file, I go to the site url and I get a completely blank page, even the source is blank.  Up to that point, I had been seeing all the pages as shown in the demo.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adi</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-35094</link>
		<dc:creator>adi</dc:creator>
		<pubDate>Sat, 05 Jun 2010 11:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-35094</guid>
		<description>ow,,nice,,thanks Rob,,it&#039;s running :D</description>
		<content:encoded><![CDATA[<p>ow,,nice,,thanks Rob,,it's running :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-35093</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 05 Jun 2010 11:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-35093</guid>
		<description>Adi,

You need to put the folder where php.exe is stored into your PATH environment variable too.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Adi,</p>
<p>You need to put the folder where php.exe is stored into your PATH environment variable too.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adi</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-35092</link>
		<dc:creator>adi</dc:creator>
		<pubDate>Sat, 05 Jun 2010 11:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-35092</guid>
		<description>Although I&#039;ve done as instructed in terms of files set-up and added the ;C:\Program Files\ZendFrameworkCli\bin to the environment variable, when I try to issue zf commands at the windows command prompt, I get the message :

&#039;&quot;php.exe&quot; is not recognised as an internal or external command, operable program or batch file.

I don&#039;t understand where the problem lies - any suggestions ?</description>
		<content:encoded><![CDATA[<p>Although I've done as instructed in terms of files set-up and added the ;C:\Program Files\ZendFrameworkCli\bin to the environment variable, when I try to issue zf commands at the windows command prompt, I get the message :</p>
<p>'"php.exe" is not recognised as an internal or external command, operable program or batch file.</p>
<p>I don't understand where the problem lies - any suggestions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zf-beginner</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-32781</link>
		<dc:creator>zf-beginner</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-32781</guid>
		<description>Thanks for your tutorial, it&#039;s really help me to begin zf 1.10.. This far far away better than documentation on ZF website.. ^^
is there another zf tutorial after this? I really hope there is.
Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for your tutorial, it's really help me to begin zf 1.10.. This far far away better than documentation on ZF website.. ^^<br />
is there another zf tutorial after this? I really hope there is.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend-framework-tutorial-for-zf-1-10/#comment-32277</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=928#comment-32277</guid>
		<description>nguyenloi85,

the zf command line tool in 1.10 should be putting that into application.ini when a project is created using zf create project, surely?

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>nguyenloi85,</p>
<p>the zf command line tool in 1.10 should be putting that into application.ini when a project is created using zf create project, surely?</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
</channel>
</rss>

