<?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>Commentaires sur : Symfony form : pick or create</title>
	<atom:link href="http://www.miximum.fr/tutos/466-symfony-form-pick-or-create/feed" rel="self" type="application/rss+xml" />
	<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create</link>
	<description>Le blog d&#039;un ingénieur web freelance</description>
	<lastBuildDate>Mon, 26 Jul 2010 15:41:58 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Sylvain</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-16196</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Fri, 23 Jul 2010 13:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-16196</guid>
		<description>Bravo pour ce tutoriel absolument capital et essentiel, qui correspond tout à fait aux besoins réels du dev Symfony. Merci pour le InterviewCelebrityForm, auquel je n&#039;aurais pas pensé tout seul. Bravo, bravo, bravo.</description>
		<content:encoded><![CDATA[<p>Bravo pour ce tutoriel absolument capital et essentiel, qui correspond tout &agrave; fait aux besoins r&eacute;els du dev Symfony. Merci pour le InterviewCelebrityForm, auquel je n&#8217;aurais pas pens&eacute; tout seul. Bravo, bravo, bravo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Pick or create embedded from the propel way &#171; Just Blog, No More&#8230;</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-16009</link>
		<dc:creator>Pick or create embedded from the propel way &#171; Just Blog, No More&#8230;</dc:creator>
		<pubDate>Wed, 14 Jul 2010 22:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-16009</guid>
		<description>[...] create new if the option is not available. After googling on the internet, I found an interesting article how to overcome these problem. Inspired by Propel 1.5 features ( embedRelation and mergeRelation), [...]</description>
		<content:encoded><![CDATA[<p>[...] create new if the option is not available. After googling on the internet, I found an interesting article how to overcome these problem. Inspired by Propel 1.5 features ( embedRelation and mergeRelation), [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Nek</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-15847</link>
		<dc:creator>Nek</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-15847</guid>
		<description>Merci pour ce petit tuto !

Mais j&#039;ai beau essayer impossible d&#039;imbriquer plus que deux formulaires.
Par exemple pour 3 formulaires Doctrine_Connection_Mysql_Exception me bloque au second en disant qu&#039;il ne peut pas continuer car il manque l&#039;id du 3ème formulaire (celui qui est en tout dernier).

Si quelqu&#039;un a une solution ça m&#039;aiderait beaucoup ^^ . Merci d&#039;avance.

Thank you for this how to.

But I tried to overlap 3 forms and I fail. Doctrine_Connection_Mysql_Exception signal that he don&#039;t have the id of the last form so the form&#039;s save bug...

If anyone have a solution I&#039;ll be happy to have it. Thank&#039;s.</description>
		<content:encoded><![CDATA[<p>Merci pour ce petit tuto<span class="fine">&nbsp;</span>!</p>
<p>Mais j&#8217;ai beau essayer impossible d&#8217;imbriquer plus que deux formulaires.<br />
Par exemple pour 3 formulaires Doctrine_Connection_Mysql_Exception me bloque au second en disant qu&#8217;il ne peut pas continuer car il manque l&#8217;id du 3&egrave;me formulaire (celui qui est en tout dernier).</p>
<p>Si quelqu&#8217;un a une solution &ccedil;a m&#8217;aiderait beaucoup ^^ . Merci d&#8217;avance.</p>
<p>Thank you for this how to.</p>
<p>But I tried to overlap 3 forms and I fail. Doctrine_Connection_Mysql_Exception signal that he don&#8217;t have the id of the last form so the form&#8217;s save bug&#8230;</p>
<p>If anyone have a solution I&#8217;ll be happy to have it. Thank&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Goska</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-13152</link>
		<dc:creator>Goska</dc:creator>
		<pubDate>Thu, 29 Apr 2010 16:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-13152</guid>
		<description>Hi, 

thank you for this tutorial, it&#039;s very good. 

My Celebrity table has one more field: photo. As compared to your example I modified CelebrityForm.class.php only by adding appropriate sfWidgetFileInput() and sfValidatorFile(). Then if I add a new celebrity a new object is created and all data are correct except that the the file and file name are not saved. It seems to me that it is some problem with passing the values in doUpdateObject().
Could you please advise me how to proceed in this case? 
Regards, 
Goska</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thank you for this tutorial, it&#8217;s very good. </p>
<p>My Celebrity table has one more field&nbsp;: photo. As compared to your example I modified CelebrityForm.class.php only by adding appropriate sfWidgetFileInput() and sfValidatorFile(). Then if I add a new celebrity a new object is created and all data are correct except that the the file and file name are not saved. It seems to me that it is some problem with passing the values in doUpdateObject().<br />
Could you please advise me how to proceed in this case<span class="fine">&nbsp;</span>?<br />
Regards,<br />
Goska</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : fedora</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-11736</link>
		<dc:creator>fedora</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-11736</guid>
		<description>i have a some exemple 
but for me i would like to create a user with his messages
i explain :
user    
    id
    name
message
    id

i would like to create a user il the same time of his messages
    user_id</description>
		<content:encoded><![CDATA[<p>i have a some exemple<br />
but for me i would like to create a user with his messages<br />
i explain&nbsp;:<br />
user<br />
    id<br />
    name<br />
message<br />
    id</p>
<p>i would like to create a user il the same time of his messages<br />
    user_id</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : fedora</title>
		<link>http://www.miximum.fr/tutos/466-symfony-form-pick-or-create#comment-11735</link>
		<dc:creator>fedora</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=466#comment-11735</guid>
		<description>i have a some exemple 
but for me i would like to create a user with his messages
i explain :
user</description>
		<content:encoded><![CDATA[<p>i have a some exemple<br />
but for me i would like to create a user with his messages<br />
i explain&nbsp;:<br />
user</p>
]]></content:encoded>
	</item>
</channel>
</rss>
