<?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>Mon, 06 Sep 2010 10:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: B@D</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-490</link>
		<dc:creator>B@D</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-490</guid>
		<description>It needs Time &amp; Research to Post something Original. ;-)</description>
		<content:encoded><![CDATA[<p>It needs Time &amp; Research to Post something Original. <img src='http://levelx.me/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://levelx.me/technology/programming/symfony-admin-generator-calling-actions-with-custom-parameters/comment-page-1/#comment-489</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-489</guid>
		<description>&lt;a href=&quot;#comment-488&quot; rel=&quot;nofollow&quot;&gt;@B@D&lt;/a&gt; 
When it was, No one bothered to post :D</description>
		<content:encoded><![CDATA[<p><a href="#comment-488" rel="nofollow">@B@D</a><br />
When it was, No one bothered to post <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-488</link>
		<dc:creator>B@D</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://levelx.me/?p=1042#comment-488</guid>
		<description>Wasn&#039;t this a general Technology blog ?</description>
		<content:encoded><![CDATA[<p>Wasn&#8217;t this a general Technology blog ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
