<?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: Symfony Admin Generator Calling Actions with Custom Parameters</title>
	<atom:link href="http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 06:16:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jarod.chiang</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-599</link>
		<dc:creator>jarod.chiang</dc:creator>
		<pubDate>Tue, 01 Dec 2009 09:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-599</guid>
		<description>My Solution is:
1.
This article has
getNbComments().&#039; comments&#039;, &#039;comment/list&#039;, array(&#039;query_string&#039; =&gt; &#039;filter=filter&amp;filters[article_id]=&#039;.$article-&gt;getId())) ?&gt; comments.
2.
add a function called list  in apps/MyApp/modules/commnent
==============================================================
class comment extends autoComment {
 public function executeList(sfWebRequest $request)
 {
    if ($request-&gt;hasParameter(&#039;filter&#039;))
    {
      $this-&gt;setFilters($request-&gt;getParameter(&#039;filters&#039;));
    }
    $this-&gt;redirect(&#039;@comment&#039;);
 }
}
================================================================
[refer to]
http://www.symfony-project.org/book/1_2/14-Generators</description>
		<content:encoded><![CDATA[<p>My Solution is:<br />
1.<br />
This article has<br />
getNbComments().&#8217; comments&#8217;, &#8216;comment/list&#8217;, array(&#8216;query_string&#8217; =&gt; &#8216;filter=filter&amp;filters[article_id]=&#8217;.$article-&gt;getId())) ?&gt; comments.<br />
2.<br />
add a function called list  in apps/MyApp/modules/commnent<br />
==============================================================<br />
class comment extends autoComment {<br />
 public function executeList(sfWebRequest $request)<br />
 {<br />
    if ($request-&gt;hasParameter(&#8216;filter&#8217;))<br />
    {<br />
      $this-&gt;setFilters($request-&gt;getParameter(&#8216;filters&#8217;));<br />
    }<br />
    $this-&gt;redirect(&#8216;@comment&#8217;);<br />
 }<br />
}<br />
================================================================</p>
<p>[refer to]<br />
<a href="http://www.symfony-project.org/book/1_2/14-Generators" rel="nofollow">http://www.symfony-project.org/book/1_2/14-Generators</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faizan</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-494</link>
		<dc:creator>Faizan</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-494</guid>
		<description>&lt;a href=&quot;#comment-492&quot; rel=&quot;nofollow&quot;&gt;@sT*rchi1Ð&lt;/a&gt;
Thanks you got my point :P and this is not for you.
&lt;a href=&quot;#comment-493&quot; rel=&quot;nofollow&quot;&gt;@B@D&lt;/a&gt;
Thanks for appreciation :P btw I know what you mean by this :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-492" rel="nofollow">@sT*rchi1Ð</a><br />
Thanks you got my point <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  and this is not for you.</p>
<p><a href="#comment-493" rel="nofollow">@B@D</a><br />
Thanks for appreciation <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  btw I know what you mean by this <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B@D</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-493</link>
		<dc:creator>B@D</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-493</guid>
		<description>I love symfony.
Thanks! Great help.</description>
		<content:encoded><![CDATA[<p>I love symfony.<br />
Thanks! Great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sT*rchi1Ð</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-492</link>
		<dc:creator>sT*rchi1Ð</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-492</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-491&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-491&quot; rel=&quot;nofollow&quot;&gt;Faizan&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;Find me this post anywhere on World Wide Web (www) and I’ll stop blogging &lt;img src=&quot;http://levelx.me/blog/wp-includes/images/smilies/icon_razz.gif&quot; alt=&quot;:P&quot; class=&quot;wp-smiley&quot;&gt; &lt;/p&gt;
&lt;p&gt;It took me whole day just to figure out how to make this thing work.&lt;/p&gt;
&lt;p&gt;And If you cant understand what is this Just leave it. People who know symfony know the worth of this code snippet &lt;img src=&quot;http://levelx.me/blog/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:D&quot; class=&quot;wp-smiley&quot;&gt; &lt;/p&gt;
&lt;/blockquote&gt;
exactly, btw wht is it? :D</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-491"><p>
<strong><a href="#comment-491" rel="nofollow">Faizan</a> :</strong></p>
<p>Find me this post anywhere on World Wide Web (www) and I’ll stop blogging <img src="http://levelx.me/blog/wp-includes/images/smilies/icon_razz.gif" alt=":P" class="wp-smiley"/> </p>
<p>It took me whole day just to figure out how to make this thing work.</p>
<p>And If you cant understand what is this Just leave it. People who know symfony know the worth of this code snippet <img src="http://levelx.me/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley"/> </p>
</blockquote>
<p>exactly, btw wht is it? <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faizan</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-491</link>
		<dc:creator>Faizan</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-491</guid>
		<description>Find me this post anywhere on World Wide Web (www) and I&#039;ll stop blogging :P
It took me whole day just to figure out how to make this thing work.
And If you cant understand what is this Just leave it. People who know symfony know the worth of this code snippet :D</description>
		<content:encoded><![CDATA[<p>Find me this post anywhere on World Wide Web (www) and I&#8217;ll stop blogging <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>It took me whole day just to figure out how to make this thing work.</p>
<p>And If you cant understand what is this Just leave it. People who know symfony know the worth of this code snippet <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

