<?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: How to populate object_select_tag with your own objects</title>
	<atom:link href="http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:24:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: geoff</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-736</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Mon, 01 Mar 2010 23:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-736</guid>
		<description>i know that mila&#039;s method will not work.  but is there a good way to pass a paramater to a peer method?</description>
		<content:encoded><![CDATA[<p>i know that mila&#8217;s method will not work.  but is there a good way to pass a paramater to a peer method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makhz</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-613</link>
		<dc:creator>makhz</dc:creator>
		<pubDate>Tue, 02 Jun 2009 21:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-613</guid>
		<description>Nice, 

Works ok, Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Nice, </p>
<p>Works ok, Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mila</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-505</link>
		<dc:creator>mila</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-505</guid>
		<description>can I add parameter to the Peer_method like this: 
echo object_select_tag($domain, ‘getObjectId’, array (
‘related_class’ =&gt; ‘Object’,
‘peer_method’ =&gt; ‘getSortedObject(&#039;+$pays_id+&#039;)’,
‘control_name’ =&gt; ‘object_id’,
‘include_blank’ =&gt; true,
  ));</description>
		<content:encoded><![CDATA[<p>can I add parameter to the Peer_method like this:<br />
echo object_select_tag($domain, ‘getObjectId’, array (<br />
‘related_class’ =&gt; ‘Object’,<br />
‘peer_method’ =&gt; ‘getSortedObject(&#8216;+$pays_id+&#8217;)’,<br />
‘control_name’ =&gt; ‘object_id’,<br />
‘include_blank’ =&gt; true,<br />
  ));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamsh</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-445</link>
		<dc:creator>Shamsh</dc:creator>
		<pubDate>Fri, 21 Nov 2008 09:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-445</guid>
		<description>But how can i grouping the objects.
I mean if i want to use &quot;optgroup&quot; then how can i do that?</description>
		<content:encoded><![CDATA[<p>But how can i grouping the objects.<br />
I mean if i want to use &#8220;optgroup&#8221; then how can i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JuanG</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-317</link>
		<dc:creator>JuanG</dc:creator>
		<pubDate>Tue, 01 Apr 2008 15:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-317</guid>
		<description>Works great, thanks!</description>
		<content:encoded><![CDATA[<p>Works great, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-152</link>
		<dc:creator>Mauro</dc:creator>
		<pubDate>Wed, 05 Dec 2007 03:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-152</guid>
		<description>I am noob in symfony, but i try to learn. my problem right now is that i am population a object_select_tag, but it is always just displaying the id`s of the table in the list. i have also tried to replace the second parameter with another get function, but it still just shows me the id`s in the list... would be happy about some help, thanks.</description>
		<content:encoded><![CDATA[<p>I am noob in symfony, but i try to learn. my problem right now is that i am population a object_select_tag, but it is always just displaying the id`s of the table in the list. i have also tried to replace the second parameter with another get function, but it still just shows me the id`s in the list&#8230; would be happy about some help, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rpsblog.com &#187; A week of symfony #44 (29 October -&#38;gt; 4 November 2007)</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-128</link>
		<dc:creator>rpsblog.com &#187; A week of symfony #44 (29 October -&#38;gt; 4 November 2007)</dc:creator>
		<pubDate>Mon, 19 Nov 2007 21:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-128</guid>
		<description>[...] How to populate object_select_tag with your own objects [...]</description>
		<content:encoded><![CDATA[<p>[...] How to populate object_select_tag with your own objects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier GORSE</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-78</link>
		<dc:creator>Xavier GORSE</dc:creator>
		<pubDate>Fri, 02 Nov 2007 08:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-78</guid>
		<description>It&#039;s the function used to display the name  in the select object  

by default the text_method is __toString()</description>
		<content:encoded><![CDATA[<p>It&#8217;s the function used to display the name  in the select object  </p>
<p>by default the text_method is __toString()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-76</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-76</guid>
		<description>I see you used also additional parameter text_method. Never seen like that, what it&#039;s for?</description>
		<content:encoded><![CDATA[<p>I see you used also additional parameter text_method. Never seen like that, what it&#8217;s for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier GORSE</title>
		<link>http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/comment-page-1/#comment-75</link>
		<dc:creator>Xavier GORSE</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/how-to-populate-object_select_tag-with-your-own-objects/#comment-75</guid>
		<description>As simple as this : 

    fields:
      departement_id: {  params: text_method =getNomCode  peer_method =doSelectOrderByCode }</description>
		<content:encoded><![CDATA[<p>As simple as this : </p>
<p>    fields:<br />
      departement_id: {  params: text_method =getNomCode  peer_method =doSelectOrderByCode }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
