<?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: Getting Started with Zend_Auth</title>
	<atom:link href="http://akrabat.com/zend-auth-tutorial/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: LSk</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-116296</link>
		<dc:creator>LSk</dc:creator>
		<pubDate>Thu, 16 Feb 2012 19:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-116296</guid>
		<description>INSERT INTO users (username, password, salt, role, date_created)
VALUES (&#039;admin&#039;, SHA1(&#039;passwordce8d96d579d389e783f95b3772785783ea1a9854&#039;),
	&#039;ce8d96d579d389e783f95b3772785783ea1a9854&#039;, &#039;administrator&#039;, NOW());

Maybe its wrong...</description>
		<content:encoded><![CDATA[<p>INSERT INTO users (username, password, salt, role, date_created)<br />
VALUES ('admin', SHA1('passwordce8d96d579d389e783f95b3772785783ea1a9854'),<br />
	'ce8d96d579d389e783f95b3772785783ea1a9854', 'administrator', NOW());</p>
<p>Maybe its wrong...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-109322</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-109322</guid>
		<description>Hey Rob,

First and forward: THANK YOU! The greatest tutorials for beginners in Zend framework around the web. Honestly.

In case the following has already been mentioned, pls just ignore or delete my comment.

I was having difficulties with the auth tutorial, adding the &quot;LoggedInAs&quot; helper. In your tutorial, you state the Helper-Class without &quot;&quot; at the beginning and end. While this makes sense, as you call &quot;loggedInAs(); ?&gt; &quot; in your layout file to access the helper, it didn&#039;t work for me.

I had to put &quot;&quot; into the LoggedInAs.php file (at the beginning and end) in order to not receive a 
&quot;Fatal error: Uncaught exception &#039;Zend_Loader_PluginLoader_Exception&#039; with message &#039;Plugin by name &#039;LoggedInAs&#039; was not found in the registry; used paths: Zend_View_Helper_: Zend/View/Helper/;D:/xampp/htdocs/zf-auth-tutorial/application/views\helpers/&#039;&quot;

Do you know the reason? Maybe you would like to add this into the tutorial or give me a hint, why it didn&#039;t work for me your way.

Thanks again for the great tuts!
Sven</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>First and forward: THANK YOU! The greatest tutorials for beginners in Zend framework around the web. Honestly.</p>
<p>In case the following has already been mentioned, pls just ignore or delete my comment.</p>
<p>I was having difficulties with the auth tutorial, adding the "LoggedInAs" helper. In your tutorial, you state the Helper-Class without "" at the beginning and end. While this makes sense, as you call "loggedInAs(); ?&gt; " in your layout file to access the helper, it didn't work for me.</p>
<p>I had to put "" into the LoggedInAs.php file (at the beginning and end) in order to not receive a<br />
"Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name 'LoggedInAs' was not found in the registry; used paths: Zend_View_Helper_: Zend/View/Helper/;D:/xampp/htdocs/zf-auth-tutorial/application/views\helpers/'"</p>
<p>Do you know the reason? Maybe you would like to add this into the tutorial or give me a hint, why it didn't work for me your way.</p>
<p>Thanks again for the great tuts!<br />
Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mal</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-106417</link>
		<dc:creator>Mal</dc:creator>
		<pubDate>Sat, 14 Jan 2012 15:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-106417</guid>
		<description>Hi Rob,
Great tuts, a question about the Zend Framework in Action Book, this covers ZF1.5 are you updating the book or writing a book to support 1.11 at any point?</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Great tuts, a question about the Zend Framework in Action Book, this covers ZF1.5 are you updating the book or writing a book to support 1.11 at any point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joby</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-104129</link>
		<dc:creator>Joby</dc:creator>
		<pubDate>Tue, 10 Jan 2012 06:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-104129</guid>
		<description>Thank you so much for your great tutorial. This one helped me a lot</description>
		<content:encoded><![CDATA[<p>Thank you so much for your great tutorial. This one helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Dias</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-103152</link>
		<dc:creator>Antonio Dias</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-103152</guid>
		<description>Your tutorials about ZF are the best that one can find online. Thank you very much, and keep up with the good work!</description>
		<content:encoded><![CDATA[<p>Your tutorials about ZF are the best that one can find online. Thank you very much, and keep up with the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-93804</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Thu, 08 Dec 2011 13:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-93804</guid>
		<description>Thanks so much for these tutorials. They have helped me immensely!</description>
		<content:encoded><![CDATA[<p>Thanks so much for these tutorials. They have helped me immensely!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukoro Godwin</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-90521</link>
		<dc:creator>Mukoro Godwin</dc:creator>
		<pubDate>Sun, 27 Nov 2011 12:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-90521</guid>
		<description>Victor, thanks so much after reading your response I discover my database was also encoded in latin_swedish... and I made the changes and it worked. I am grateful.

I would move on but how this was the problem I need to research because up till my database have be working well</description>
		<content:encoded><![CDATA[<p>Victor, thanks so much after reading your response I discover my database was also encoded in latin_swedish... and I made the changes and it worked. I am grateful.</p>
<p>I would move on but how this was the problem I need to research because up till my database have be working well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-89837</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-89837</guid>
		<description>Finally i found the solution: my MySQL table was encoded in latin_swedish... :-/</description>
		<content:encoded><![CDATA[<p>Finally i found the solution: my MySQL table was encoded in latin_swedish... :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-89805</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 24 Nov 2011 10:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-89805</guid>
		<description>Hello Mukoro Godwin, i have the same problem with the tutorial, an error 500 when i try to log-in... Have you found any solution?
Thx
Victor</description>
		<content:encoded><![CDATA[<p>Hello Mukoro Godwin, i have the same problem with the tutorial, an error 500 when i try to log-in... Have you found any solution?<br />
Thx<br />
Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukoro Godwin</title>
		<link>http://akrabat.com/zend-auth-tutorial/#comment-85357</link>
		<dc:creator>Mukoro Godwin</dc:creator>
		<pubDate>Sat, 29 Oct 2011 07:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?page_id=1117#comment-85357</guid>
		<description>I am very new to zend and I am stock at auth. I need some help as I tried out this tutorial I am getting the message,&quot;An error occurred

Application error&quot; when I click on the submit button. There must be something I am doing wrong since every seems to be getting. Please help me with my laziness</description>
		<content:encoded><![CDATA[<p>I am very new to zend and I am stock at auth. I need some help as I tried out this tutorial I am getting the message,"An error occurred</p>
<p>Application error" when I click on the submit button. There must be something I am doing wrong since every seems to be getting. Please help me with my laziness</p>
]]></content:encoded>
	</item>
</channel>
</rss>

