<?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 Blog Application Tutorial &#8211; Part 6: Introduction to Zend_Form and Authentication with Zend_Auth</title>
	<atom:link href="http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:02:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lotus</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-646</link>
		<dc:creator>Lotus</dc:creator>
		<pubDate>Sat, 20 Dec 2008 18:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-646</guid>
		<description>Hi,

Thank you so much. And I would like to know one more thing at this part, $auth-&gt;getStorage()-&gt;write($adapter-&gt;getResultRowObject(null, ‘password’));

Is that possible to write more data in Auth Storage by retrieving other data from another tables for later use.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you so much. And I would like to know one more thing at this part, $auth-&gt;getStorage()-&gt;write($adapter-&gt;getResultRowObject(null, ‘password’));</p>
<p>Is that possible to write more data in Auth Storage by retrieving other data from another tables for later use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nguyen Duc Manh</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-511</link>
		<dc:creator>Nguyen Duc Manh</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-511</guid>
		<description>Mới đọc đến đây mà mệt hết cả người. Toát hết mồ hôi mới config đúng.Lẽ ra ông viết cái này phải gói lại thành 1 file zip để mọi người còn xem và chỉnh sửa chứ. Ko hay bằng anh em Việt Nam ! :D</description>
		<content:encoded><![CDATA[<p>Mới đọc đến đây mà mệt hết cả người. Toát hết mồ hôi mới config đúng.Lẽ ra ông viết cái này phải gói lại thành 1 file zip để mọi người còn xem và chỉnh sửa chứ. Ko hay bằng anh em Việt Nam ! <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goolloog</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-200</link>
		<dc:creator>goolloog</dc:creator>
		<pubDate>Sun, 09 Nov 2008 08:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-200</guid>
		<description>Excellent blog! Interesting article and very informative! I will necessarily subscribe for this blog. http://hiptop.ru/map.html</description>
		<content:encoded><![CDATA[<p>Excellent blog! Interesting article and very informative! I will necessarily subscribe for this blog. <a href="http://hiptop.ru/map.html" rel="nofollow">http://hiptop.ru/map.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-186</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Tue, 04 Nov 2008 10:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-186</guid>
		<description>Hmm.

small inquiry about the label error function.

I have changed mine to:

$label = &#039; &lt;strong&gt;&#039;
      . implode(&#039;&lt;/strong&gt;&lt;strong&gt;&#039;, $errors)
      . &#039;  &lt;/strong&gt;&#039;;
      $label .= trim($element-&gt;getLabel());

so that I atleast keep a nice straight display. cause as it is now it shows:

username: required 

now it goes: 
required
username: 

Is there anyway to change it to the following:

Username:  
Required

(ps. Username = label, Field = inputfield and Required is error message)

I&#039;ve tried but cant quite figure it out.

thanks in advance (</description>
		<content:encoded><![CDATA[<p>Hmm.</p>
<p>small inquiry about the label error function.</p>
<p>I have changed mine to:</p>
<p>$label = &#8216; <strong>&#8216;<br />
      . implode(&#8216;</strong><strong>&#8216;, $errors)<br />
      . &#8216;  </strong>&#8216;;<br />
      $label .= trim($element-&gt;getLabel());</p>
<p>so that I atleast keep a nice straight display. cause as it is now it shows:</p>
<p>username: required </p>
<p>now it goes:<br />
required<br />
username: </p>
<p>Is there anyway to change it to the following:</p>
<p>Username:<br />
Required</p>
<p>(ps. Username = label, Field = inputfield and Required is error message)</p>
<p>I&#8217;ve tried but cant quite figure it out.</p>
<p>thanks in advance (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-130</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-130</guid>
		<description>This is the best ZF tutorial I&#039;ve come across so far, it finally makes it all seem as simple as I&#039;ve been told it is!

Any idea when the next part is coming? The Astrum Futura site seems to be down :(</description>
		<content:encoded><![CDATA[<p>This is the best ZF tutorial I&#8217;ve come across so far, it finally makes it all seem as simple as I&#8217;ve been told it is!</p>
<p>Any idea when the next part is coming? The Astrum Futura site seems to be down <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-128</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 14 Oct 2008 18:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-128</guid>
		<description>Hi,

I&#039;ve been following along with this tutorial series and it has taught me a lot.  I have one question though about something you mentioned in an earlier tutorial.  You mentioned a comments table.  Now i&#039;m wondering, since you have set up this application with a public module and a admin module, where exactly do you put the commenting functionality.  Do you have a comments controller in each of the public and admin modules, or do you do something different.  Just curious, because I know that both public and admin need the ability to add comments.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been following along with this tutorial series and it has taught me a lot.  I have one question though about something you mentioned in an earlier tutorial.  You mentioned a comments table.  Now i&#8217;m wondering, since you have set up this application with a public module and a admin module, where exactly do you put the commenting functionality.  Do you have a comments controller in each of the public and admin modules, or do you do something different.  Just curious, because I know that both public and admin need the ability to add comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murugan</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-127</link>
		<dc:creator>Murugan</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-127</guid>
		<description>http://www.phpconsultant.in/2008/10/13/zend-framework-links/</description>
		<content:encoded><![CDATA[<p><a href="http://www.phpconsultant.in/2008/10/13/zend-framework-links/" rel="nofollow">http://www.phpconsultant.in/2008/10/13/zend-framework-links/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insic2.0</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comment-123</link>
		<dc:creator>insic2.0</dc:creator>
		<pubDate>Tue, 14 Oct 2008 07:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150#comment-123</guid>
		<description>Posting Part 6 delayed a little bit due to my blog migration.</description>
		<content:encoded><![CDATA[<p>Posting Part 6 delayed a little bit due to my blog migration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
