<?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: Many to Many with Zend_Db and Zend_Form</title>
	<atom:link href="http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/</link>
	<description>free Zend Framework screencasts. Video tutorials to get you up to speed with different parts of the Zend Framework and enterprise PHP development.</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:49:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Alex</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-18184</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 06 May 2011 09:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-18184</guid>
		<description>Hi John, first thank you for the best screan casts of  zend framework, 
but I didn&#039;t catch where is the previus video &quot;One to many ... &quot;, whic you were taliking about in this video ?</description>
		<content:encoded><![CDATA[<p>Hi John, first thank you for the best screan casts of  zend framework,<br />
but I didn&#8217;t catch where is the previus video &#8220;One to many &#8230; &#8220;, whic you were taliking about in this video ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-11273</link>
		<dc:creator>Parag</dc:creator>
		<pubDate>Tue, 19 Oct 2010 11:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-11273</guid>
		<description>Hello John... Thanks a lot for all these zendcasts.
was searching all these days for some help to learn zend framework. you made it easier. thanks thanks thanks :)</description>
		<content:encoded><![CDATA[<p>Hello John&#8230; Thanks a lot for all these zendcasts.<br />
was searching all these days for some help to learn zend framework. you made it easier. thanks thanks thanks <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-8176</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 27 Jun 2010 23:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-8176</guid>
		<description>@Jon
Great webcasts, i am learning quite a lot about OOP, and Zend from you.  Keep up the Great work.
 
@BobLorriman (post #16 above)
I think I have a cludge for the ...
At first, the error appeared to be an issue with PDO_Mysql using a string for the id field, although this was an insert to an auto-increment field.  I tried other adapters to no avail.
Finally, using the code submission from Silone(#2 post above), I have it working. Here is the code.  In /App/Forms/Task.php add:
------------
 if ($currenttask == null)
   $idoptions = array(&#039;ignore&#039;=&gt;true);
 else
   $idoptions = null;
 $id = new Zend_Form_Element_Hidden(&quot;id&quot;,$idoptions);
------------
This in effect does not pass the blank id field into the insert statement, but will allow it for the update...

Phil</description>
		<content:encoded><![CDATA[<p>@Jon<br />
Great webcasts, i am learning quite a lot about OOP, and Zend from you.  Keep up the Great work.</p>
<p>@BobLorriman (post #16 above)<br />
I think I have a cludge for the &#8230;<br />
At first, the error appeared to be an issue with PDO_Mysql using a string for the id field, although this was an insert to an auto-increment field.  I tried other adapters to no avail.<br />
Finally, using the code submission from Silone(#2 post above), I have it working. Here is the code.  In /App/Forms/Task.php add:<br />
&#8212;&#8212;&#8212;&#8212;<br />
 if ($currenttask == null)<br />
   $idoptions = array(&#8216;ignore&#8217;=&gt;true);<br />
 else<br />
   $idoptions = null;<br />
 $id = new Zend_Form_Element_Hidden(&#8220;id&#8221;,$idoptions);<br />
&#8212;&#8212;&#8212;&#8212;<br />
This in effect does not pass the blank id field into the insert statement, but will allow it for the update&#8230;</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-8136</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 25 Jun 2010 11:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-8136</guid>
		<description>Like Post #16, I receive an error right at the very end....

Message: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: &#039;&#039; for column &#039;id&#039; at row 1 

Stace Trace:
array(7) {
  [&quot;state&quot;]=&gt;
  string(6) &quot;create&quot;
  [&quot;controller&quot;]=&gt;
  string(5) &quot;index&quot;
  [&quot;action&quot;]=&gt;
  string(4) &quot;task&quot;
  [&quot;create&quot;]=&gt;
  string(6) &quot;create&quot;
  [&quot;id&quot;]=&gt;
  string(0) &quot;&quot;
  [&quot;name&quot;]=&gt;
  string(6) &quot;sample&quot;

Has this question been answered?</description>
		<content:encoded><![CDATA[<p>Like Post #16, I receive an error right at the very end&#8230;.</p>
<p>Message: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: &#8221; for column &#8216;id&#8217; at row 1 </p>
<p>Stace Trace:<br />
array(7) {<br />
  ["state"]=&gt;<br />
  string(6) &#8220;create&#8221;<br />
  ["controller"]=&gt;<br />
  string(5) &#8220;index&#8221;<br />
  ["action"]=&gt;<br />
  string(4) &#8220;task&#8221;<br />
  ["create"]=&gt;<br />
  string(6) &#8220;create&#8221;<br />
  ["id"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["name"]=&gt;<br />
  string(6) &#8220;sample&#8221;</p>
<p>Has this question been answered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-6663</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 17 Apr 2010 21:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-6663</guid>
		<description>Hi Miholus,

I don&#039;t see why not. I would be reluctant to couple a Model to a form though</description>
		<content:encoded><![CDATA[<p>Hi Miholus,</p>
<p>I don&#8217;t see why not. I would be reluctant to couple a Model to a form though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miholeus</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-6661</link>
		<dc:creator>miholeus</dc:creator>
		<pubDate>Sat, 17 Apr 2010 18:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-6661</guid>
		<description>Is it normal to invoke model in a form?
Anyway, thanks alot.</description>
		<content:encoded><![CDATA[<p>Is it normal to invoke model in a form?<br />
Anyway, thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: medza</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-5523</link>
		<dc:creator>medza</dc:creator>
		<pubDate>Sun, 21 Feb 2010 02:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-5523</guid>
		<description>In it something is. Thanks for the help in this question, can I too I can to you than that to help?
The matchless phrase, is pleasant to me :)
It is rather valuable information
On your place I would address for the help to a moderator.
Matchless theme, it is interesting to me :)</description>
		<content:encoded><![CDATA[<p>In it something is. Thanks for the help in this question, can I too I can to you than that to help?<br />
The matchless phrase, is pleasant to me <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It is rather valuable information<br />
On your place I would address for the help to a moderator.<br />
Matchless theme, it is interesting to me <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Lorriman</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-3989</link>
		<dc:creator>Bob Lorriman</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-3989</guid>
		<description>Once again a great tutorial,  . . . but I&#039;m stuck at the end!

When I input a name into the task form I get the following error:
Incorrect integer value: &#039;&#039; for column &#039;id&#039; at row 1

I even did a cut and paste from google docs just in case I had any typo&#039;s and I still get the error.  I&#039;m using ZF1.9 - any suggestions?</description>
		<content:encoded><![CDATA[<p>Once again a great tutorial,  . . . but I&#8217;m stuck at the end!</p>
<p>When I input a name into the task form I get the following error:<br />
Incorrect integer value: &#8221; for column &#8216;id&#8217; at row 1</p>
<p>I even did a cut and paste from google docs just in case I had any typo&#8217;s and I still get the error.  I&#8217;m using ZF1.9 &#8211; any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedenevo</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-3262</link>
		<dc:creator>dedenevo</dc:creator>
		<pubDate>Thu, 05 Nov 2009 21:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-3262</guid>
		<description>Мнение очень сильно расходятся. Всё-таки я считаю, что автор во многом прав!</description>
		<content:encoded><![CDATA[<p>Мнение очень сильно расходятся. Всё-таки я считаю, что автор во многом прав!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Picamigo</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-3228</link>
		<dc:creator>Picamigo</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-3228</guid>
		<description>Я бы порекомендовал постояно выкладывать, подобную интересную информацию! Благодарю</description>
		<content:encoded><![CDATA[<p>Я бы порекомендовал постояно выкладывать, подобную интересную информацию! Благодарю</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Htpcbox</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-2880</link>
		<dc:creator>Htpcbox</dc:creator>
		<pubDate>Fri, 02 Oct 2009 05:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-2880</guid>
		<description>Меня заинтересовал этот материал, не могли бы Вы поподробнее и с дополнениями раскрыть эту тему?</description>
		<content:encoded><![CDATA[<p>Меня заинтересовал этот материал, не могли бы Вы поподробнее и с дополнениями раскрыть эту тему?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stixiorg</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-2856</link>
		<dc:creator>Stixiorg</dc:creator>
		<pubDate>Wed, 30 Sep 2009 05:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-2856</guid>
		<description>Большенство почему-то считает, что материал полный. А я совсем другово мнения по этому вопросу. Давайте обсудим</description>
		<content:encoded><![CDATA[<p>Большенство почему-то считает, что материал полный. А я совсем другово мнения по этому вопросу. Давайте обсудим</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Podcasts &#187; Many to Many with Zend_Form and Zend_Db</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-2277</link>
		<dc:creator>PHP Podcasts &#187; Many to Many with Zend_Form and Zend_Db</dc:creator>
		<pubDate>Wed, 26 Aug 2009 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-2277</guid>
		<description>[...] is part 2 in a series on many to many with Zend_Form and Zend_Db. I suggest starting with last week&#8217;s video on Zend_Db and many-to-many in order to follow the configuration of our models. Grab the code and follow along! This concludes [...]</description>
		<content:encoded><![CDATA[<p>[...] is part 2 in a series on many to many with Zend_Form and Zend_Db. I suggest starting with last week&#8217;s video on Zend_Db and many-to-many in order to follow the configuration of our models. Grab the code and follow along! This concludes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend_Db_Table relationships &#8220;one to many&#8221; and &#8220;many to many&#8221; &#171; Olagato&#8217;s blog</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-2063</link>
		<dc:creator>Zend_Db_Table relationships &#8220;one to many&#8221; and &#8220;many to many&#8221; &#171; Olagato&#8217;s blog</dc:creator>
		<pubDate>Sun, 09 Aug 2009 17:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-2063</guid>
		<description>[...] Many to many with Zend_form and Zend_Db [...]</description>
		<content:encoded><![CDATA[<p>[...] Many to many with Zend_form and Zend_Db [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-1508</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-1508</guid>
		<description>Hi Johan,

why would you go about creating a separate array? I don&#039;t see much value in that. since you&#039;re just creating another array with no modifications. If you were filtering or modifying the data, I think your approach makes a lot of sense.

Thanks for mentioning that current() is more applicable that the [0] index!</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>why would you go about creating a separate array? I don&#8217;t see much value in that. since you&#8217;re just creating another array with no modifications. If you were filtering or modifying the data, I think your approach makes a lot of sense.</p>
<p>Thanks for mentioning that current() is more applicable that the [0] index!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-1507</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-1507</guid>
		<description>Hi Jon,

Perfect work, I&#039;ve worked through all your video&#039;s up to this one. Here I&#039;ve some comments.
In Task.php on line 22:
	$rowAr = $currentTask[0]-&gt;toArray();
In older version of ZendFramework you get an error.
My suggestion would be using:
$this-&gt;currentTask-&gt;current()
instead of [0]

In Task.php on line 45-46:
foreach ($this-&gt;getElements() as $element)
	$this-&gt;currentTask[0]
		[$element-&gt;getId()] = 
		$element-&gt;getValue();			

My suggestion would be to collect the form data in a separate array, like:
$arrData[$element-&gt;getId()] = $element-&gt;getValue();
and after the loop setting it into the array using:
$this-&gt;currentTask[0]-&gt;setFromArray($arrData);

Perhaps you can comment on this.

Thanks again for all your work!!
Kind regards,
Johan.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Perfect work, I&#8217;ve worked through all your video&#8217;s up to this one. Here I&#8217;ve some comments.<br />
In Task.php on line 22:<br />
	$rowAr = $currentTask[0]-&gt;toArray();<br />
In older version of ZendFramework you get an error.<br />
My suggestion would be using:<br />
$this-&gt;currentTask-&gt;current()<br />
instead of [0]</p>
<p>In Task.php on line 45-46:<br />
foreach ($this-&gt;getElements() as $element)<br />
	$this-&gt;currentTask[0]<br />
		[$element-&gt;getId()] =<br />
		$element-&gt;getValue();			</p>
<p>My suggestion would be to collect the form data in a separate array, like:<br />
$arrData[$element-&gt;getId()] = $element-&gt;getValue();<br />
and after the loop setting it into the array using:<br />
$this-&gt;currentTask[0]-&gt;setFromArray($arrData);</p>
<p>Perhaps you can comment on this.</p>
<p>Thanks again for all your work!!<br />
Kind regards,<br />
Johan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-1056</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Fri, 29 May 2009 15:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-1056</guid>
		<description>@Ron,

I worked with a custom Form Element for file transfers awhile back and I remember having to merge the $_POST and $_FILES variables before passing them off to Zend_Form, however I this was a year ago (which is ancient in terms of zend framework development.) I&#039;m not familiar with Zend_Form_Element_File, but I shoot me an email and I&#039;ll send you the object I used for Zend_Form file transfers a year ago... hopefully that will help.</description>
		<content:encoded><![CDATA[<p>@Ron,</p>
<p>I worked with a custom Form Element for file transfers awhile back and I remember having to merge the $_POST and $_FILES variables before passing them off to Zend_Form, however I this was a year ago (which is ancient in terms of zend framework development.) I&#8217;m not familiar with Zend_Form_Element_File, but I shoot me an email and I&#8217;ll send you the object I used for Zend_Form file transfers a year ago&#8230; hopefully that will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Many to Many with Zend_Form and Zend_Db &#124; free Zend Framework screencasts - Zendcasts</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-795</link>
		<dc:creator>Many to Many with Zend_Form and Zend_Db &#124; free Zend Framework screencasts - Zendcasts</dc:creator>
		<pubDate>Thu, 21 May 2009 12:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-795</guid>
		<description>[...] is part 2 in a series on many to many with Zend_Form and Zend_Db. I suggest starting with last week&#8217;s video on Zend_Db and many-to-many in order to follow the configuration of our models. Grab the code and follow along! This concludes [...]</description>
		<content:encoded><![CDATA[<p>[...] is part 2 in a series on many to many with Zend_Form and Zend_Db. I suggest starting with last week&#8217;s video on Zend_Db and many-to-many in order to follow the configuration of our models. Grab the code and follow along! This concludes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Royales</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-784</link>
		<dc:creator>Ron Royales</dc:creator>
		<pubDate>Thu, 21 May 2009 05:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-784</guid>
		<description>Hi jon,

Can you make a screencast of zend_form_element_file below is a sample form code but I don&#039;t know where the file is uploaded to -&gt;setDestination(&#039;/data&#039;) what is the complete path of this code? Please help.

setName(&#039;upload&#039;);
        $this-&gt;setAttrib(&#039;enctype&#039;, &#039;multipart/form-data&#039;);

        $description = new Zend_Form_Element_Text(&#039;description&#039;);
        $description-&gt;setLabel(&#039;Description&#039;)
                  -&gt;setRequired(true)
                  -&gt;addValidator(&#039;NotEmpty&#039;);

        $file = new Zend_Form_Element_File(&#039;file&#039;);
        $file-&gt;setLabel(&#039;File&#039;)
            -&gt;setDestination(&#039;/data&#039;)
            -&gt;setRequired(true);

        $submit = new Zend_Form_Element_Submit(&#039;submit&#039;);
        $submit-&gt;setLabel(&#039;Upload&#039;);

        $this-&gt;addElements(array($description, $file, $submit));

    }
}</description>
		<content:encoded><![CDATA[<p>Hi jon,</p>
<p>Can you make a screencast of zend_form_element_file below is a sample form code but I don&#8217;t know where the file is uploaded to -&gt;setDestination(&#8216;/data&#8217;) what is the complete path of this code? Please help.</p>
<p>setName(&#8216;upload&#8217;);<br />
        $this-&gt;setAttrib(&#8216;enctype&#8217;, &#8216;multipart/form-data&#8217;);</p>
<p>        $description = new Zend_Form_Element_Text(&#8216;description&#8217;);<br />
        $description-&gt;setLabel(&#8216;Description&#8217;)<br />
                  -&gt;setRequired(true)<br />
                  -&gt;addValidator(&#8216;NotEmpty&#8217;);</p>
<p>        $file = new Zend_Form_Element_File(&#8216;file&#8217;);<br />
        $file-&gt;setLabel(&#8216;File&#8217;)<br />
            -&gt;setDestination(&#8216;/data&#8217;)<br />
            -&gt;setRequired(true);</p>
<p>        $submit = new Zend_Form_Element_Submit(&#8216;submit&#8217;);<br />
        $submit-&gt;setLabel(&#8216;Upload&#8217;);</p>
<p>        $this-&gt;addElements(array($description, $file, $submit));</p>
<p>    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-608</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Thu, 14 May 2009 13:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-608</guid>
		<description>@Silone:

Thanks for mentioning this! I didn&#039;t know Zend_Form had that option.

@tafekov:

I&#039;ll prepare a download and post it with the next episode.</description>
		<content:encoded><![CDATA[<p>@Silone:</p>
<p>Thanks for mentioning this! I didn&#8217;t know Zend_Form had that option.</p>
<p>@tafekov:</p>
<p>I&#8217;ll prepare a download and post it with the next episode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sedat</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-607</link>
		<dc:creator>sedat</dc:creator>
		<pubDate>Thu, 14 May 2009 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-607</guid>
		<description>Thanks jon. you are doing a better job again.. ı&#039;m waiting next video impatiently. i wonder do you make some video about ACL ?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks jon. you are doing a better job again.. ı&#8217;m waiting next video impatiently. i wonder do you make some video about ACL ?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silone</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-602</link>
		<dc:creator>Silone</dc:creator>
		<pubDate>Thu, 14 May 2009 10:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-602</guid>
		<description>Hey Jon.
Wonderful to see your approach towards explaining this really nasty topic ^^;

However, i want to mention a thing about the submit button and the adding/removing

$submit = new Zend_Form_Element_Submit($this-&gt;formState, array( &#039;ignore&#039; =&gt; true ) );

with this simple line of code / option passed the buttons value won&#039;t be returned by Form::getValues()

i hope this helps you/others who read it :)</description>
		<content:encoded><![CDATA[<p>Hey Jon.<br />
Wonderful to see your approach towards explaining this really nasty topic ^^;</p>
<p>However, i want to mention a thing about the submit button and the adding/removing</p>
<p>$submit = new Zend_Form_Element_Submit($this-&gt;formState, array( &#8216;ignore&#8217; =&gt; true ) );</p>
<p>with this simple line of code / option passed the buttons value won&#8217;t be returned by Form::getValues()</p>
<p>i hope this helps you/others who read it <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tawfekov</title>
		<link>http://www.zendcasts.com/may-to-many-with-zend_db-and-zend_form/2009/05/comment-page-1/#comment-598</link>
		<dc:creator>tawfekov</dc:creator>
		<pubDate>Thu, 14 May 2009 08:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=190#comment-598</guid>
		<description>hello jon , 
i am really thankful for your casts but could you provide a downloadable zip files of these project ....
weather your answer is yes or no i&#039;ll say thank you  :)</description>
		<content:encoded><![CDATA[<p>hello jon ,<br />
i am really thankful for your casts but could you provide a downloadable zip files of these project &#8230;.<br />
weather your answer is yes or no i&#8217;ll say thank you  <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

