<?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: Part 4 &#8211; Zend_Form, CAPTCHA, Password Confirmation, Date selector field, Zend_Translate</title>
	<atom:link href="http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<lastBuildDate>Mon, 05 Jul 2010 08:23:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-5641</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-5641</guid>
		<description>place zend folder under library folder or somewhere in your php include path

and I strongly recommend to setup separate virtual host in your apache for each new site, portbased is just fine for development. So you will access it on: 
http://localhost:8888/user/register
for example</description>
		<content:encoded><![CDATA[<p>place zend folder under library folder or somewhere in your php include path</p>
<p>and I strongly recommend to setup separate virtual host in your apache for each new site, portbased is just fine for development. So you will access it on:<br />
<a href="http://localhost:8888/user/register" onclick="javascript:pageTracker._trackPageview('/http://localhost:8888/user/register');" rel="nofollow">http://localhost:8888/user/register</a><br />
for example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devi</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-5412</link>
		<dc:creator>devi</dc:creator>
		<pubDate>Thu, 17 Sep 2009 15:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-5412</guid>
		<description>I placed the &quot;zend&quot; directory in &quot;application&quot; directory</description>
		<content:encoded><![CDATA[<p>I placed the &#8220;zend&#8221; directory in &#8220;application&#8221; directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devi</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-5411</link>
		<dc:creator>devi</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-5411</guid>
		<description>How should i get the form what is the URL for getting it?

I am accessing like this:

http://localhost/part4/user/register

correct the above url to get the form.</description>
		<content:encoded><![CDATA[<p>How should i get the form what is the URL for getting it?</p>
<p>I am accessing like this:</p>
<p><a href="http://localhost/part4/user/register" onclick="javascript:pageTracker._trackPageview('/http://localhost/part4/user/register');" rel="nofollow">http://localhost/part4/user/register</a></p>
<p>correct the above url to get the form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cooke</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-4870</link>
		<dc:creator>Richard Cooke</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-4870</guid>
		<description>Excellent tutorial. Thanks.

There is a slight typo in this page:


and the corresponding view helper for rendering it:
‘library/My/View/Helper/FormDateSelect.php‘

should be:
‘library/My/View/Helper/FormDateSelects.php‘

The filename is correct in the source archive.


Regards,


Richard</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. Thanks.</p>
<p>There is a slight typo in this page:</p>
<p>and the corresponding view helper for rendering it:<br />
‘library/My/View/Helper/FormDateSelect.php‘</p>
<p>should be:<br />
‘library/My/View/Helper/FormDateSelects.php‘</p>
<p>The filename is correct in the source archive.</p>
<p>Regards,</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kusum</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-4589</link>
		<dc:creator>Kusum</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-4589</guid>
		<description>THis is very helping tutorial...
Everything was under control untill i got the error after adding captcha code...
i am not getting the captcha image but getting an error 
Strict Standards: Creating default object from empty value in C:\wamp\www\new\application\modules\default\controllers\UserController.php on line 150
and line 150 states :- 
$this-&gt;session-&gt;registerCaptcha = $captchaCode ;
Please help...

Regards
Kusum</description>
		<content:encoded><![CDATA[<p>THis is very helping tutorial&#8230;<br />
Everything was under control untill i got the error after adding captcha code&#8230;<br />
i am not getting the captcha image but getting an error<br />
Strict Standards: Creating default object from empty value in C:\wamp\www\new\application\modules\default\controllers\UserController.php on line 150<br />
and line 150 states :-<br />
$this-&gt;session-&gt;registerCaptcha = $captchaCode ;<br />
Please help&#8230;</p>
<p>Regards<br />
Kusum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-4293</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 20 Jun 2009 16:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-4293</guid>
		<description>Hi,

I like to have my input rendered in a table format and because I have a lot of fields I use 4 columns to accept 2 fields and the rest for labels. How do I do it with ZF ?

Regards,
Ben.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like to have my input rendered in a table format and because I have a lot of fields I use 4 columns to accept 2 fields and the rest for labels. How do I do it with ZF ?</p>
<p>Regards,<br />
Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-2193</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-2193</guid>
		<description>Hi madhavi, is your MO file there?
C:/xampp/htdocs/languages/en.mo

If you use PoEdit the MO files should be created by the program when saving the PO file and will be located in the same directory.</description>
		<content:encoded><![CDATA[<p>Hi madhavi, is your MO file there?<br />
C:/xampp/htdocs/languages/en.mo</p>
<p>If you use PoEdit the MO files should be created by the program when saving the PO file and will be located in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhavi</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-1889</link>
		<dc:creator>madhavi</dc:creator>
		<pubDate>Thu, 12 Mar 2009 07:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-1889</guid>
		<description>I have a problem with language translator .en file please any one help mi for that
error is
Fatal error: Uncaught exception &#039;Zend_Translate_Exception&#039; with message &#039;Error opening translation file &#039;C:/xampp/htdocs/languages/en.mo&#039;.&#039; in C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php:88 Stack trace: #0 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(445): Zend_Translate_Adapter_Gettext-&gt;_loadTranslationData(&#039;C:/xampp/htdocs...&#039;, &#039;en&#039;, Array) #1 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(202): Zend_Translate_Adapter-&gt;_addTranslationData(&#039;C:/xampp/htdocs...&#039;, &#039;en&#039;, Array) #2 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(109): Zend_Translate_Adapter-&gt;addTranslation(&#039;C:/xampp/htdocs...&#039;, &#039;en&#039;, Array) #3 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php(50): Zend_Translate_Adapter-&gt;__construct(&#039;C:/xampp/htdocs...&#039;, &#039;en&#039;, Array) #4 C:\xampp\htdocs\zfsite\library\Zend\Translate.php(93): Zend_Translate_Adapter_Gettext-&gt;__construct(&#039;C:/xampp/htdocs...&#039;, &#039;en&#039;, Array) #5 C:\xampp\htdocs\zfsite\library\Zend\Translate.php(71): Zend_Translate-&gt;setAdapter(&#039;ge in C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php on line 88</description>
		<content:encoded><![CDATA[<p>I have a problem with language translator .en file please any one help mi for that<br />
error is<br />
Fatal error: Uncaught exception &#8216;Zend_Translate_Exception&#8217; with message &#8216;Error opening translation file &#8216;C:/xampp/htdocs/languages/en.mo&#8217;.&#8217; in C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php:88 Stack trace: #0 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(445): Zend_Translate_Adapter_Gettext-&gt;_loadTranslationData(&#8216;C:/xampp/htdocs&#8230;&#8217;, &#8216;en&#8217;, Array) #1 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(202): Zend_Translate_Adapter-&gt;_addTranslationData(&#8216;C:/xampp/htdocs&#8230;&#8217;, &#8216;en&#8217;, Array) #2 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter.php(109): Zend_Translate_Adapter-&gt;addTranslation(&#8216;C:/xampp/htdocs&#8230;&#8217;, &#8216;en&#8217;, Array) #3 C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php(50): Zend_Translate_Adapter-&gt;__construct(&#8216;C:/xampp/htdocs&#8230;&#8217;, &#8216;en&#8217;, Array) #4 C:\xampp\htdocs\zfsite\library\Zend\Translate.php(93): Zend_Translate_Adapter_Gettext-&gt;__construct(&#8216;C:/xampp/htdocs&#8230;&#8217;, &#8216;en&#8217;, Array) #5 C:\xampp\htdocs\zfsite\library\Zend\Translate.php(71): Zend_Translate-&gt;setAdapter(&#8216;ge in C:\xampp\htdocs\zfsite\library\Zend\Translate\Adapter\Gettext.php on line 88</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled Jouda</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-1757</link>
		<dc:creator>Khaled Jouda</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-1757</guid>
		<description>oh! part of my post was stripped :)</description>
		<content:encoded><![CDATA[<p>oh! part of my post was stripped <img src='http://zfsite.andreinikolov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled Jouda</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/comment-page-1/#comment-1756</link>
		<dc:creator>Khaled Jouda</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-1756</guid>
		<description>Regarding the duplicate function getDayMonthYearFieldNames

You can store these names in the options array, for example, add these lines to the init function of My_Form_Element_DateSelects
   $name = $this-&gt;getName();
   $this-&gt;options[&#039;names&#039;] = array( &#039;day&#039; =&gt; $name . &#039;_day&#039;, &#039;month&#039; =&gt; $name . &#039;_month&#039;, &#039;year&#039;=&gt; $name . &#039;_year&#039;);

now you have access to the day,month,date field names in the view helper through $options parameter... for example in the formDateSelect function you may use:

$xhtml = &#039;_htmlAttribs($attribs)
. &#039;&gt;&#039;;

interesting stuff!</description>
		<content:encoded><![CDATA[<p>Regarding the duplicate function getDayMonthYearFieldNames</p>
<p>You can store these names in the options array, for example, add these lines to the init function of My_Form_Element_DateSelects<br />
   $name = $this-&gt;getName();<br />
   $this-&gt;options['names'] = array( &#8216;day&#8217; =&gt; $name . &#8216;_day&#8217;, &#8216;month&#8217; =&gt; $name . &#8216;_month&#8217;, &#8216;year&#8217;=&gt; $name . &#8216;_year&#8217;);</p>
<p>now you have access to the day,month,date field names in the view helper through $options parameter&#8230; for example in the formDateSelect function you may use:</p>
<p>$xhtml = &#8216;_htmlAttribs($attribs)<br />
. &#8216;&gt;&#8217;;</p>
<p>interesting stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.410 seconds -->
<!-- Cached page served by WP-Cache -->
