<?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 : Optional translation form for I18n objects with Symfony and Doctrine</title>
	<atom:link href="http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine/feed" rel="self" type="application/rss+xml" />
	<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine</link>
	<description>Le blog d&#039;un ingénieur web freelance</description>
	<lastBuildDate>Tue, 22 Nov 2011 22:11:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Par : Bert-Jan</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-53098</link>
		<dc:creator>Bert-Jan</dc:creator>
		<pubDate>Wed, 20 Jul 2011 18:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-53098</guid>
		<description>Thank you very much for this guide, it saved me a ton of time !</description>
		<content:encoded><![CDATA[<p>Thank you very much for this guide, it saved me a ton of time<span class="fine">&nbsp;</span>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-44051</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Thu, 02 Jun 2011 16:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-44051</guid>
		<description>Forgot to say : with this method, the &quot;empty records in DB&quot; bug is still present !

In my project (5 languages), not a big deal because almost 100% of the content will be translated, so no real hit on performances.

Cya</description>
		<content:encoded><![CDATA[<p>Forgot to say&nbsp;: with this method, the &laquo;&nbsp;&nbsp;empty records in DB&nbsp;&nbsp;&raquo; bug is still present<span class="fine">&nbsp;</span>!</p>
<p>In my project (5 languages), not a big deal because almost 100% of the content will be translated, so no real hit on performances.</p>
<p>Cya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-44047</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Thu, 02 Jun 2011 16:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-44047</guid>
		<description>Thanks for this very informative and complete tutorial !

But like some said in the comments, I wanted the empty forms to be displayed even after validation and/or errors.

I found this on the symfony forums. Not as slick as your tutorial but it might help some people :

http://forum.symfony-project.org/viewtopic.php?f=22&amp;t=33947

All you have to do is to include the bind method (the one from the forum) into BaseDoctrineForm.class.php

The code can be refactored easily, but it works right out of the box (I think ;))</description>
		<content:encoded><![CDATA[<p>Thanks for this very informative and complete tutorial<span class="fine">&nbsp;</span>!</p>
<p>But like some said in the comments, I wanted the empty forms to be displayed even after validation and/or errors.</p>
<p>I found this on the symfony forums. Not as slick as your tutorial but it might help some people&nbsp;:</p>
<p><a href="http://forum.symfony-project.org/viewtopic.php?f=22&#038;t=33947" >http://forum.symfony-project.org/viewtopic.php?f=22&#038;t=33947</a></p>
<p>All you have to do is to include the bind method (the one from the forum) into BaseDoctrineForm.class.php</p>
<p>The code can be refactored easily, but it works right out of the box (I think <img src='http://www.miximum.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Lucas</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-36364</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 25 Apr 2011 22:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-36364</guid>
		<description>Can do this with i18n fields inside embedded forms? thanks for your helps.</description>
		<content:encoded><![CDATA[<p>Can do this with i18n fields inside embedded forms<span class="fine">&nbsp;</span>? thanks for your helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : juvaloco</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-21130</link>
		<dc:creator>juvaloco</dc:creator>
		<pubDate>Thu, 02 Dec 2010 21:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-21130</guid>
		<description>Hi,

I&#039;m currently developing a CMS and this post is perfect for my purposes. But I&#039;m having some troubles with the widgets. When I build my model and I try to get the result in a web browser, it returns a message: 500 &#124; Internal Server Error &#124; InvalidArgumentException Widget &quot;name&quot; does not exist.

I don&#039;t know if I&#039;m ommiting some data from the code. Somebody have the same problem?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m currently developing a CMS and this post is perfect for my purposes. But I&#8217;m having some troubles with the widgets. When I build my model and I try to get the result in a web browser, it returns a message&nbsp;: 500 | Internal Server Error | InvalidArgumentException Widget &laquo;&nbsp;&nbsp;name&nbsp;&nbsp;&raquo; does not exist.</p>
<p>I don&#8217;t know if I&#8217;m ommiting some data from the code. Somebody have the same problem<span class="fine">&nbsp;</span>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Christophe</title>
		<link>http://www.miximum.fr/tutos/449-optional-translation-form-for-i18n-objects-with-symfony-and-doctrine#comment-18402</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 29 Sep 2010 08:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.miximum.fr/?p=449#comment-18402</guid>
		<description>Bonjour,

Savez-vous pourquoi j&#039;ai une erreur de type Unknown column slug à la sauvegarde d&#039;un enregistrement.
A l&#039;insertion, pas de problème.
Si on édite l&#039;enregistrement inséré, le validator (sfValidatorSchema.class.php) considère qu&#039;il ne trouve pas le champ slug.

Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Savez-vous pourquoi j&#8217;ai une erreur de type Unknown column slug &agrave; la sauvegarde d&#8217;un enregistrement.<br />
A l&#8217;insertion, pas de probl&egrave;me.<br />
Si on &eacute;dite l&#8217;enregistrement ins&eacute;r&eacute;, le validator (sfValidatorSchema.class.php) consid&egrave;re qu&#8217;il ne trouve pas le champ slug.</p>
<p>Merci</p>
]]></content:encoded>
	</item>
</channel>
</rss>

