<?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: Expanding forms with symfony 1.2 and Doctrine</title>
	<atom:link href="http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/</link>
	<description>Bringing together the fine arts of programming and death metal.</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:52:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-483</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-483</guid>
		<description>nice tutorial... made it work with 1.4... thx a lot</description>
		<content:encoded><![CDATA[<p>nice tutorial&#8230; made it work with 1.4&#8230; thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-475</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-475</guid>
		<description>Thank you very much, I&#039;ll follow your advice</description>
		<content:encoded><![CDATA[<p>Thank you very much, I&#8217;ll follow your advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-471</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Sat, 12 Jun 2010 02:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-471</guid>
		<description>That is very strange.

First of all, the Javascript helper is not something you add to symfony manually, it is a core helper which already exists when you install symfony.

Secondly, this tutorial is for symfony 1.2 only. I have not checked this against symfony 1.4 and I don&#039;t have the time to do that properly at the moment.

Thirdly, that link is for the Javascript helper for symfony 1.0, which is very old and probably not compatible with the version you are using.

I think there is something very wrong with your symfony setup. For that reason, and since (I assume) you are quite new to symfony, I suggest you use this tutorial to help you set up symfony correctly first:

http://www.symfony-project.org/getting-started/1_2/en/

It&#039;s available in a number of languages, hopefully you&#039;ll find your native language in the list, which should make it easier.

Once you have done this, just create a simple action to test that you can load the Javascript helper. If that works, then perhaps try this tutorial.

Good luck!</description>
		<content:encoded><![CDATA[<p>That is very strange.</p>
<p>First of all, the Javascript helper is not something you add to symfony manually, it is a core helper which already exists when you install symfony.</p>
<p>Secondly, this tutorial is for symfony 1.2 only. I have not checked this against symfony 1.4 and I don&#8217;t have the time to do that properly at the moment.</p>
<p>Thirdly, that link is for the Javascript helper for symfony 1.0, which is very old and probably not compatible with the version you are using.</p>
<p>I think there is something very wrong with your symfony setup. For that reason, and since (I assume) you are quite new to symfony, I suggest you use this tutorial to help you set up symfony correctly first:</p>
<p><a href="http://www.symfony-project.org/getting-started/1_2/en/" rel="nofollow">http://www.symfony-project.org/getting-started/1_2/en/</a></p>
<p>It&#8217;s available in a number of languages, hopefully you&#8217;ll find your native language in the list, which should make it easier.</p>
<p>Once you have done this, just create a simple action to test that you can load the Javascript helper. If that works, then perhaps try this tutorial.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-469</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-469</guid>
		<description>First I thank you a lot for your quick answer, and I’m really sorry for my English, I try to do my best.
I already test your code, and my own problem is that the button “add member” in invisible in my form”
Whene I use the ‘Javascript’ helper, it generate the following error : “Unable to load &quot;JavascriptHelper.php&quot; helper in: SF_ROOT_DIR\apps\frontend\modules/band/lib/helper, SF_ROOT_DIR\apps\frontend\lib/helper, SF_ROOT_DIR\lib/helper, SF_ROOT_DIR\lib\symfony\lib/helper.”
I added all the functions missed in my JavascriptBaseHelper.php from this link http://trac.symfony-project.org/browser/branches/1.0/lib/helper/JavascriptHelper.php   because they aren’t all in my JavascriptBaseHelper
I’m using WAMP SERVER to test my PHP pages and I’m using symfony 1.4</description>
		<content:encoded><![CDATA[<p>First I thank you a lot for your quick answer, and I’m really sorry for my English, I try to do my best.<br />
I already test your code, and my own problem is that the button “add member” in invisible in my form”<br />
Whene I use the ‘Javascript’ helper, it generate the following error : “Unable to load &#8220;JavascriptHelper.php&#8221; helper in: SF_ROOT_DIR\apps\frontend\modules/band/lib/helper, SF_ROOT_DIR\apps\frontend\lib/helper, SF_ROOT_DIR\lib/helper, SF_ROOT_DIR\lib\symfony\lib/helper.”<br />
I added all the functions missed in my JavascriptBaseHelper.php from this link <a href="http://trac.symfony-project.org/browser/branches/1.0/lib/helper/JavascriptHelper.php" rel="nofollow">http://trac.symfony-project.org/browser/branches/1.0/lib/helper/JavascriptHelper.php</a>   because they aren’t all in my JavascriptBaseHelper<br />
I’m using WAMP SERVER to test my PHP pages and I’m using symfony 1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-468</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Thu, 10 Jun 2010 02:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-468</guid>
		<description>Sorry, I don&#039;t think I understand the problem you&#039;re having.

As a first step, please try downloading the source code at the bottom of the article and (very carefully) comparing it to your own. It&#039;s likely that you are just missing something simple.

Having said that, you should probably be using the &#039;Javascript&#039; helper, not the &#039;JavascriptBase&#039; helper.

Also, I&#039;m not sure what &#039;JavascriptBaseHttp.php&#039; is supposed to be. If you are trying to create a custom helper, it needs to end in &#039;Helper.php&#039; and be placed in your &#039;lib/helper&#039; directory, but really, you should just be using the standard &#039;Javascript&#039; helper, not writing a custom one.

Are you using the development environment for testing? Make sure you are, otherwise you might be missing some important error messages.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t think I understand the problem you&#8217;re having.</p>
<p>As a first step, please try downloading the source code at the bottom of the article and (very carefully) comparing it to your own. It&#8217;s likely that you are just missing something simple.</p>
<p>Having said that, you should probably be using the &#8216;Javascript&#8217; helper, not the &#8216;JavascriptBase&#8217; helper.</p>
<p>Also, I&#8217;m not sure what &#8216;JavascriptBaseHttp.php&#8217; is supposed to be. If you are trying to create a custom helper, it needs to end in &#8216;Helper.php&#8217; and be placed in your &#8216;lib/helper&#8217; directory, but really, you should just be using the standard &#8216;Javascript&#8217; helper, not writing a custom one.</p>
<p>Are you using the development environment for testing? Make sure you are, otherwise you might be missing some important error messages.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-466</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-466</guid>
		<description>I want to say that i had already call the helper &quot;use_helper(&#039;JavascriptBase&#039;)&quot; in my tempalte _form.php</description>
		<content:encoded><![CDATA[<p>I want to say that i had already call the helper &#8220;use_helper(&#8216;JavascriptBase&#8217;)&#8221; in my tempalte _form.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-465</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-465</guid>
		<description>I thank you very much for this tutorial well explained.

I followed all the steps but I couldn’t show the ‘Add member’ button. There is no errors.

knowing that I have made  in the tempalte _form.php, and I added all the functions missed in my JavascriptBaseHttp.php

Could you help me please !</description>
		<content:encoded><![CDATA[<p>I thank you very much for this tutorial well explained.</p>
<p>I followed all the steps but I couldn’t show the ‘Add member’ button. There is no errors.</p>
<p>knowing that I have made  in the tempalte _form.php, and I added all the functions missed in my JavascriptBaseHttp.php</p>
<p>Could you help me please !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-462</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Tue, 25 May 2010 23:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-462</guid>
		<description>I think you might be missing:

&lt;?php use_helper(&#039;Javascript&#039;) ?&gt;

at the top of your template. This line includes some helper functions for JavaScript and AJAX operations, like button_to_remote() and link_to_remote().

Remember that you can grab the full source code for each file at the bottom of the tutorial and compare it to your own. That&#039;s probably the quickest way to find the problem.

Good luck!</description>
		<content:encoded><![CDATA[<p>I think you might be missing:</p>
<p>< ?php use_helper('Javascript') ?></p>
<p>at the top of your template. This line includes some helper functions for JavaScript and AJAX operations, like button_to_remote() and link_to_remote().</p>
<p>Remember that you can grab the full source code for each file at the bottom of the tutorial and compare it to your own. That&#8217;s probably the quickest way to find the problem.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rikardo</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-461</link>
		<dc:creator>Rikardo</dc:creator>
		<pubDate>Tue, 25 May 2010 15:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-461</guid>
		<description>Hi,

Thank&#039;s for your tutorial, it helped me a lot!! I used it for multi upload, with two tables &#039;message&#039; and &#039;file&#039;. But I have a problem using ajax at the end of the tutorial. The button doesn&#039;t appear. There is an error in the source code: 


 &quot; 

  $$(&#039;#message table&#039;).each(function(e)
  {
    if (e.select(&#039;table&#039;).length)
    {
      e.select(&#039;tbody&#039;)[0].id = &#039;fichiers&#039;;
 
      e.insert(&#039;
&lt;b&gt;Fatal error&lt;/b&gt;:  Call to undefined function button_to_remote() in &lt;b&gt;C:\development\sfprojects\voice_forum\apps\forum\modules\message\templates\_form.php&lt;/b&gt; on line &lt;b&gt;50&lt;/b&gt;


I hope you will help me finding my error... and sorry for my bad english ^^</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank&#8217;s for your tutorial, it helped me a lot!! I used it for multi upload, with two tables &#8216;message&#8217; and &#8216;file&#8217;. But I have a problem using ajax at the end of the tutorial. The button doesn&#8217;t appear. There is an error in the source code: </p>
<p> &#8221; </p>
<p>  $$(&#8216;#message table&#8217;).each(function(e)<br />
  {<br />
    if (e.select(&#8216;table&#8217;).length)<br />
    {<br />
      e.select(&#8216;tbody&#8217;)[0].id = &#8216;fichiers&#8217;;</p>
<p>      e.insert(&#8216;<br />
<b>Fatal error</b>:  Call to undefined function button_to_remote() in <b>C:\development\sfprojects\voice_forum\apps\forum\modules\message\templates\_form.php</b> on line <b>50</b></p>
<p>I hope you will help me finding my error&#8230; and sorry for my bad english ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nei rauni</title>
		<link>http://ezzatron.com/2009/12/03/expanding-forms-with-symfony-1-2-and-doctrine/comment-page-1/#comment-438</link>
		<dc:creator>nei rauni</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://ezzatron.com/?p=177#comment-438</guid>
		<description>very helpful reference.. thank you!!</description>
		<content:encoded><![CDATA[<p>very helpful reference.. thank you!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
