<?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 Series: Part 3 – Login and Signup with (RE)Captcha</title>
	<atom:link href="http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html</link>
	<description>The blog of Andrei Gabreanu</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1828</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sat, 31 Dec 2011 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1828</guid>
		<description>I also seem to have issues with the latest Zend with the captcha. I don&#039;t have time now to check it out but as a guideline, last time I had issues with the captcha it was because of the form decorators. Try to play with those. Hope this small tip helps!</description>
		<content:encoded><![CDATA[<p>I also seem to have issues with the latest Zend with the captcha. I don&#8217;t have time now to check it out but as a guideline, last time I had issues with the captcha it was because of the form decorators. Try to play with those. Hope this small tip helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Buntin</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1827</link>
		<dc:creator>Derek Buntin</dc:creator>
		<pubDate>Sat, 31 Dec 2011 12:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1827</guid>
		<description>i have this working nicely and have now successfully extended the signup form, although the captcha doesn&#039;t want to show, any ideas why?</description>
		<content:encoded><![CDATA[<p>i have this working nicely and have now successfully extended the signup form, although the captcha doesn&#8217;t want to show, any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vedsa</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1782</link>
		<dc:creator>vedsa</dc:creator>
		<pubDate>Sat, 19 Nov 2011 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1782</guid>
		<description>Ok, I took a look on your other Tutorials (-&gt; great!!) and get these lines:

[production]
Autoloadernamespaces[] = &quot;Zend_&quot;
Autoloadernamespaces[] = &quot;Custom_&quot;

It works!</description>
		<content:encoded><![CDATA[<p>Ok, I took a look on your other Tutorials (-&gt; great!!) and get these lines:</p>
<p>[production]<br />
Autoloadernamespaces[] = &#8220;Zend_&#8221;<br />
Autoloadernamespaces[] = &#8220;Custom_&#8221;</p>
<p>It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vedsa</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1781</link>
		<dc:creator>vedsa</dc:creator>
		<pubDate>Sat, 19 Nov 2011 12:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1781</guid>
		<description>Thanks for the early response.
My application.ini is in myapp/application/configs/ and the following line was already there:

[production]
appnamespace = &quot;Application&quot;

I tried this without success (same error):

appnamespace = &quot;Application&quot;
appnamespaces[] = &quot;Custom&quot;

and

appnamespaces[] = &quot;Application&quot;,&quot;Custom&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for the early response.<br />
My application.ini is in myapp/application/configs/ and the following line was already there:</p>
<p>[production]<br />
appnamespace = &#8220;Application&#8221;</p>
<p>I tried this without success (same error):</p>
<p>appnamespace = &#8220;Application&#8221;<br />
appnamespaces[] = &#8220;Custom&#8221;</p>
<p>and</p>
<p>appnamespaces[] = &#8220;Application&#8221;,&#8221;Custom&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1780</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Fri, 18 Nov 2011 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1780</guid>
		<description>You need to make sure that the library is loaded - in application.ini make sure you have appnamespaces[] = &quot;Custom&quot; . This is why it can&#039;t find it.</description>
		<content:encoded><![CDATA[<p>You need to make sure that the library is loaded &#8211; in application.ini make sure you have appnamespaces[] = &#8220;Custom&#8221; . This is why it can&#8217;t find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vedsa</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1779</link>
		<dc:creator>vedsa</dc:creator>
		<pubDate>Fri, 18 Nov 2011 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1779</guid>
		<description>Hey, i am from Germany and I have a problem with the redirection-plugin (Custom_Controller_Plugin_Auth).
I put it in myapplibraryCustomControllerPlugin as Auth.php.
I dont have a bootstrap.php file in my myapp dir. But in myappapplication is one.
If I extend it with following i get this error: &quot;Fatal Error:  Class &#039;Custom_Controller_Plugin_Auth&#039; not found&quot;

protected function _initAuthPlugin()
{
     Zend_Controller_Front::getInstance()-&gt;registerPlugin(new Custom_Controller_Plugin_Auth(Zend_Auth::getInstance()));
}

Are the directions correct?</description>
		<content:encoded><![CDATA[<p>Hey, i am from Germany and I have a problem with the redirection-plugin (Custom_Controller_Plugin_Auth).<br />
I put it in myapplibraryCustomControllerPlugin as Auth.php.<br />
I dont have a bootstrap.php file in my myapp dir. But in myappapplication is one.<br />
If I extend it with following i get this error: &#8220;Fatal Error:  Class &#8216;Custom_Controller_Plugin_Auth&#8217; not found&#8221;</p>
<p>protected function _initAuthPlugin()<br />
{<br />
     Zend_Controller_Front::getInstance()-&gt;registerPlugin(new Custom_Controller_Plugin_Auth(Zend_Auth::getInstance()));<br />
}</p>
<p>Are the directions correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Keckeis</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1653</link>
		<dc:creator>Martin Keckeis</dc:creator>
		<pubDate>Mon, 05 Sep 2011 07:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1653</guid>
		<description>PAY ATTENTION!

When you want to save values to the database DON&#039;T USE:
$data = $this-&gt;_request-&gt;getPost();

PLEASE USE:
$form-&gt;getValues()

Otherwise Zend_Filter f.x. StripTags won&#039;t work as excepted....</description>
		<content:encoded><![CDATA[<p>PAY ATTENTION!</p>
<p>When you want to save values to the database DON&#8217;T USE:<br />
$data = $this-&gt;_request-&gt;getPost();</p>
<p>PLEASE USE:<br />
$form-&gt;getValues()</p>
<p>Otherwise Zend_Filter f.x. StripTags won&#8217;t work as excepted&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 日本充气娃娃</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1642</link>
		<dc:creator>日本充气娃娃</dc:creator>
		<pubDate>Tue, 30 Aug 2011 05:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1642</guid>
		<description>噢～给你顶顶</description>
		<content:encoded><![CDATA[<p>噢～给你顶顶</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkhkhjk</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1596</link>
		<dc:creator>Jkhkhjk</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1596</guid>
		<description>Type your comment here.11Tweetjavascript                                                            :void(0);</description>
		<content:encoded><![CDATA[<p>Type your comment here.11Tweetjavascript                                                            :void(0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-1373</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Jun 2011 00:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1101#comment-1373</guid>
		<description>Hello, first of all, amazing tutorial and great work!

I was wondering if you could help me with an error I am getting, it has to do with the Form login.php, when we extend Custom_Form.

When the application redirects to /frontoffice/users/login I see the error

  Fatal error:  Class &#039;Custom_Form&#039; not found in ... /frontoffice/forms/Login.php on line 2

Thanks in advance, and again great job on the tutorial.</description>
		<content:encoded><![CDATA[<p>Hello, first of all, amazing tutorial and great work!</p>
<p>I was wondering if you could help me with an error I am getting, it has to do with the Form login.php, when we extend Custom_Form.</p>
<p>When the application redirects to /frontoffice/users/login I see the error</p>
<p>  Fatal error:  Class &#8216;Custom_Form&#8217; not found in &#8230; /frontoffice/forms/Login.php on line 2</p>
<p>Thanks in advance, and again great job on the tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/4 queries in 0.001 seconds using disk
Object Caching 296/299 objects using disk

Served from: phpdev.ro @ 2012-02-04 16:57:30 -->
