<?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: How to render a partial from an action</title>
	<atom:link href="http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/</link>
	<description>Development Blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: halfer</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-493</link>
		<dc:creator>halfer</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-493</guid>
		<description>Thanks for the tip - just what I was looking for to use with symfony 1.0.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip &#8211; just what I was looking for to use with symfony 1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-428</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-428</guid>
		<description>very usefull blog, I was searching how to include partials from the actions.. even the comments were usefull. thanks for being online :--)</description>
		<content:encoded><![CDATA[<p>very usefull blog, I was searching how to include partials from the actions.. even the comments were usefull. thanks for being online :&#8211;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naholyr</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-399</link>
		<dc:creator>naholyr</dc:creator>
		<pubDate>Sat, 11 Apr 2009 09:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-399</guid>
		<description>Plus, the Web Debug Toolbar is automatically disabled when in an Ajax context, simply because decorator is disabled in this context (can be seen line 197 of sfViewConfigHandler.php).</description>
		<content:encoded><![CDATA[<p>Plus, the Web Debug Toolbar is automatically disabled when in an Ajax context, simply because decorator is disabled in this context (can be seen line 197 of sfViewConfigHandler.php).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Williams</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-390</link>
		<dc:creator>Jon Williams</dc:creator>
		<pubDate>Fri, 13 Mar 2009 02:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-390</guid>
		<description>I have a particularly amusing abuse of this (and of MVC) here: http://github.com/WIZARDISHUNGRY/sflimetracker/blob/d9c01a5ed0dea88f1ca6e425578eba13efa7f98c/apps/tracker/modules/torrent/actions/actions.class.php</description>
		<content:encoded><![CDATA[<p>I have a particularly amusing abuse of this (and of MVC) here: <a href="http://github.com/WIZARDISHUNGRY/sflimetracker/blob/d9c01a5ed0dea88f1ca6e425578eba13efa7f98c/apps/tracker/modules/torrent/actions/actions.class.php" rel="nofollow">http://github.com/WIZARDISHUNGRY/sflimetracker/blob/d9c01a5ed0dea88f1ca6e425578eba13efa7f98c/apps/tracker/modules/torrent/actions/actions.class.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Éric Rogé</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-389</link>
		<dc:creator>Éric Rogé</dc:creator>
		<pubDate>Wed, 11 Mar 2009 15:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-389</guid>
		<description>You can directly use from an action $this-&gt;getPartial() and $this-&gt;getComponent() from an action.

Here is the doc :
- http://www.symfony-project.org/api/1_2/sfAction#method_getpartial
- http://www.symfony-project.org/api/1_2/sfAction#method_getcomponent</description>
		<content:encoded><![CDATA[<p>You can directly use from an action $this-&gt;getPartial() and $this-&gt;getComponent() from an action.</p>
<p>Here is the doc :<br />
- <a href="http://www.symfony-project.org/api/1_2/sfAction#method_getpartial" rel="nofollow">http://www.symfony-project.org/api/1_2/sfAction#method_getpartial</a><br />
- <a href="http://www.symfony-project.org/api/1_2/sfAction#method_getcomponent" rel="nofollow">http://www.symfony-project.org/api/1_2/sfAction#method_getcomponent</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://stereointeractive.com/blog/2009/03/11/symfony-how-to-render-a-partial-from-an-action/comment-page-1/#comment-388</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 11 Mar 2009 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=177#comment-388</guid>
		<description>Hey, cool article.

Did you know that as of symfony 1.1 you can simply return $this-&gt;renderPartial(&#039;preview&#039;, array(&#039;article&#039; =&gt; $article)));

Documentation:
http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer#chapter_07_sub_partials</description>
		<content:encoded><![CDATA[<p>Hey, cool article.</p>
<p>Did you know that as of symfony 1.1 you can simply return $this-&gt;renderPartial(&#8216;preview&#8217;, array(&#8216;article&#8217; =&gt; $article)));</p>
<p>Documentation:<br />
<a href="http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer#chapter_07_sub_partials" rel="nofollow">http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer#chapter_07_sub_partials</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
