<?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: Your First Zend Framework Application: Day Three</title>
	<atom:link href="http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/</link>
	<description>Geek of the Week</description>
	<lastBuildDate>Tue, 27 Sep 2011 13:39:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: krishan gopal</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1727</link>
		<dc:creator>krishan gopal</dc:creator>
		<pubDate>Wed, 05 May 2010 14:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1727</guid>
		<description>This tutorial was written in 2008, 

you can expect many changes in Zend framework till date.</description>
		<content:encoded><![CDATA[<p>This tutorial was written in 2008, </p>
<p>you can expect many changes in Zend framework till date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeetarian</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1712</link>
		<dc:creator>zeetarian</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1712</guid>
		<description>Hy Friends,

I am new to ZF, but I m bit confused in ZF and ZF CE, I am not able to get its functinoning, I wannaa a complete small applicatino configured, like applicatino that have only simple login , logout and add user functionality in ZF so I can have a view abot the structure and other things, I have installed Zend CE and its browsing OK, but I couldnt find the ZF hirerarchy of Directories, tutorial here talking about.

Can anyone please help me in this regard for sending a small app.

Regards,</description>
		<content:encoded><![CDATA[<p>Hy Friends,</p>
<p>I am new to ZF, but I m bit confused in ZF and ZF CE, I am not able to get its functinoning, I wannaa a complete small applicatino configured, like applicatino that have only simple login , logout and add user functionality in ZF so I can have a view abot the structure and other things, I have installed Zend CE and its browsing OK, but I couldnt find the ZF hirerarchy of Directories, tutorial here talking about.</p>
<p>Can anyone please help me in this regard for sending a small app.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thankhuong</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1704</link>
		<dc:creator>thankhuong</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1704</guid>
		<description>Hi all,
In function
public function indexAction() {
  $this-&gt;initView(); // Initialize the view object for this module
  $user = new Users(); // Users Table Object. 
  $rowset = $user-&gt;select(); // Created a default &#039;select all&#039; query
  $list_of_users = array();
  foreach($rowset as $row) {
    $list_of_users[] = $row-&gt;id;
  }
  $this-&gt;view-&gt;userlist = join($list_of_users,&#039;, &#039;); // Concatenate the list of users and make it available to the view. 
}
 I cannot new Users(). please help me!

thanks,</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
In function<br />
public function indexAction() {<br />
  $this-&gt;initView(); // Initialize the view object for this module<br />
  $user = new Users(); // Users Table Object.<br />
  $rowset = $user-&gt;select(); // Created a default &#8216;select all&#8217; query<br />
  $list_of_users = array();<br />
  foreach($rowset as $row) {<br />
    $list_of_users[] = $row-&gt;id;<br />
  }<br />
  $this-&gt;view-&gt;userlist = join($list_of_users,&#8217;, &#8216;); // Concatenate the list of users and make it available to the view.<br />
}<br />
 I cannot new Users(). please help me!</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlkatzke</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1597</link>
		<dc:creator>karlkatzke</dc:creator>
		<pubDate>Thu, 14 May 2009 12:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1597</guid>
		<description>Amitava - Your problem probably has to do with missing a .htaccess file. 

However, this tutorial is *very* out of date. Please visit the Zend Framework website for more up-to-date tutorials and code samples.</description>
		<content:encoded><![CDATA[<p>Amitava &#8211; Your problem probably has to do with missing a .htaccess file. </p>
<p>However, this tutorial is *very* out of date. Please visit the Zend Framework website for more up-to-date tutorials and code samples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amitava</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1596</link>
		<dc:creator>Amitava</dc:creator>
		<pubDate>Thu, 14 May 2009 08:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1596</guid>
		<description>I have setup a application using the document, I am able to open the index action. I have written some other actions but I am not able to map the urls with those actions. How can I do that?</description>
		<content:encoded><![CDATA[<p>I have setup a application using the document, I am able to open the index action. I have written some other actions but I am not able to map the urls with those actions. How can I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sn</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1556</link>
		<dc:creator>sn</dc:creator>
		<pubDate>Fri, 03 Apr 2009 09:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1556</guid>
		<description>hii.. i m actually getting this error &quot;No adapter found for Users&quot; ... can anyone help????</description>
		<content:encoded><![CDATA[<p>hii.. i m actually getting this error &#8220;No adapter found for Users&#8221; &#8230; can anyone help????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlkatzke</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1245</link>
		<dc:creator>karlkatzke</dc:creator>
		<pubDate>Tue, 28 Oct 2008 20:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1245</guid>
		<description>Hey, Kristian, there&#039;s a newer and much better way of doing things ... look through the sample code: &lt;a href=&quot;http://github.com/weierophinney/pastebin/tree/master&quot; rel=&quot;nofollow&quot;&gt;for one of the ZF developer&#039;s sample applications&lt;/a&gt; and take your hints from there. ;) 

The configuration stuff like the path should go in the index.php or bootstrap.php or the initial controller plugin, depending on how you do things. :-P</description>
		<content:encoded><![CDATA[<p>Hey, Kristian, there&#8217;s a newer and much better way of doing things &#8230; look through the sample code: <a href="http://github.com/weierophinney/pastebin/tree/master" rel="nofollow">for one of the ZF developer&#8217;s sample applications</a> and take your hints from there. <img src='http://www.karlkatzke.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>The configuration stuff like the path should go in the index.php or bootstrap.php or the initial controller plugin, depending on how you do things. <img src='http://www.karlkatzke.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1244</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Tue, 28 Oct 2008 19:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1244</guid>
		<description>Where are you supposed to put the set_include_path(ini_get(&#039;include_path&#039;).PATH_SEPARATOR.BASEDIR.&#039;app/models&#039;); in to? My script keeps whining that it doesn&#039;t find it from the include path. :-(</description>
		<content:encoded><![CDATA[<p>Where are you supposed to put the set_include_path(ini_get(&#8216;include_path&#8217;).PATH_SEPARATOR.BASEDIR.&#8217;app/models&#8217;); in to? My script keeps whining that it doesn&#8217;t find it from the include path. <img src='http://www.karlkatzke.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-354</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Thu, 29 May 2008 18:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-354</guid>
		<description>i&#039;m brand new with using zend.  thanks for making this tutorial.

this caught me out and so i think it is something to emphasize: the work done in the Front Controller paragraph above needs to happen before you dispatch the Front Controller.  it makes sense once you understand what&#039;s happening, but it was not made explicit.

also,

class Users extends Zend_Db_Table_Abstract {
   protected $_name = &#039;users&#039;;
   protected $_primary = &#039;id
}

should be

class Users extends Zend_Db_Table_Abstract {
   protected $_name = &#039;users&#039;;
   protected $_primary = &#039;id&#039;;
}

the single quote and semi-colon were missing after &quot;id&quot;.

finally, this only worked for me after i used rojo&#039;s line of code above.</description>
		<content:encoded><![CDATA[<p>i&#8217;m brand new with using zend.  thanks for making this tutorial.</p>
<p>this caught me out and so i think it is something to emphasize: the work done in the Front Controller paragraph above needs to happen before you dispatch the Front Controller.  it makes sense once you understand what&#8217;s happening, but it was not made explicit.</p>
<p>also,</p>
<p>class Users extends Zend_Db_Table_Abstract {<br />
   protected $_name = &#8216;users&#8217;;<br />
   protected $_primary = &#8216;id<br />
}</p>
<p>should be</p>
<p>class Users extends Zend_Db_Table_Abstract {<br />
   protected $_name = &#8216;users&#8217;;<br />
   protected $_primary = &#8216;id&#8217;;<br />
}</p>
<p>the single quote and semi-colon were missing after &#8220;id&#8221;.</p>
<p>finally, this only worked for me after i used rojo&#8217;s line of code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小小魔刀</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-299</link>
		<dc:creator>小小魔刀</dc:creator>
		<pubDate>Tue, 13 May 2008 08:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-299</guid>
		<description>Zend_Db_Table_Abstract::setDefaultAdapter($db);

or

Zend_Db_Table::setDefaultAdapter($db);

??</description>
		<content:encoded><![CDATA[<p>Zend_Db_Table_Abstract::setDefaultAdapter($db);</p>
<p>or</p>
<p>Zend_Db_Table::setDefaultAdapter($db);</p>
<p>??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

