<?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 for Symfony Developer</title>
	<atom:link href="http://www.symfonydeveloper.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonydeveloper.com</link>
	<description>Documenting my finds in hopes of more efficient use of the framework</description>
	<lastBuildDate>Mon, 11 Oct 2010 01:54:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Adding CKEditor &amp; CK Finder to Symfony 1.3/1.4 by Matt Farmer</title>
		<link>http://www.symfonydeveloper.com/2010/08/24/adding-ckeditor-ck-finder-to-symfony-1314/comment-page-1/#comment-751</link>
		<dc:creator>Matt Farmer</dc:creator>
		<pubDate>Mon, 11 Oct 2010 01:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=39#comment-751</guid>
		<description>What did you to for your implementation of current_user_is_authenticated()?
-Matt</description>
		<content:encoded><![CDATA[<p>What did you to for your implementation of current_user_is_authenticated()?<br />
-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding CKEditor &amp; CK Finder to Symfony 1.3/1.4 by farai madzima</title>
		<link>http://www.symfonydeveloper.com/2010/08/24/adding-ckeditor-ck-finder-to-symfony-1314/comment-page-1/#comment-547</link>
		<dc:creator>farai madzima</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=39#comment-547</guid>
		<description>Peace,

This got me up and running real quick. But i got stuck on getting the html into the template.

After a quick search, I found that to output HTML to the template I had to use:

echo $obj-&gt;getValue(ESC_RAW) 

instead of

echo $obj-&gt;getValue()</description>
		<content:encoded><![CDATA[<p>Peace,</p>
<p>This got me up and running real quick. But i got stuck on getting the html into the template.</p>
<p>After a quick search, I found that to output HTML to the template I had to use:</p>
<p>echo $obj-&gt;getValue(ESC_RAW) </p>
<p>instead of</p>
<p>echo $obj-&gt;getValue()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by adek23</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-512</link>
		<dc:creator>adek23</dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-512</guid>
		<description>This is not necessary to use slots, you can always do $this-&gt;getRequest()-&gt;setAttribute() in an action and then do $sf_request-&gt;getAttribute() in layout template.</description>
		<content:encoded><![CDATA[<p>This is not necessary to use slots, you can always do $this-&gt;getRequest()-&gt;setAttribute() in an action and then do $sf_request-&gt;getAttribute() in layout template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by sarimarton</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-407</link>
		<dc:creator>sarimarton</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-407</guid>
		<description>Joining to container. Lost hours for this. It should be in the Jobeet tutorial.</description>
		<content:encoded><![CDATA[<p>Joining to container. Lost hours for this. It should be in the Jobeet tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing a rich input_date_tag with different button text by mahesh</title>
		<link>http://www.symfonydeveloper.com/2009/01/11/customizing-a-rich-input_date_tag-with-different-button-text/comment-page-1/#comment-130</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Wed, 23 Sep 2009 06:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=5#comment-130</guid>
		<description>Thanks for your customized script. Their is one question for how can set calender image instead of button</description>
		<content:encoded><![CDATA[<p>Thanks for your customized script. Their is one question for how can set calender image instead of button</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by container</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-104</link>
		<dc:creator>container</dc:creator>
		<pubDate>Sat, 01 Aug 2009 22:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-104</guid>
		<description>omg, why is this not in the book !?!?!

$this-&gt;getResponse()-&gt;setSlot(&#039;foo&#039;, &#039;bar&#039;);

searched for loads of time. 

checked now, and it is not even nowhere in Jobeet tutorial. This is bad, i think it is as intuitive to set slot contents (actually trans-view variables :) in controllers. 

Dammit, lost hours for this.</description>
		<content:encoded><![CDATA[<p>omg, why is this not in the book !?!?!</p>
<p>$this-&gt;getResponse()-&gt;setSlot(&#8216;foo&#8217;, &#8216;bar&#8217;);</p>
<p>searched for loads of time. </p>
<p>checked now, and it is not even nowhere in Jobeet tutorial. This is bad, i think it is as intuitive to set slot contents (actually trans-view variables <img src='http://www.symfonydeveloper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  in controllers. </p>
<p>Dammit, lost hours for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by Manuel</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-98</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Sat, 18 Jul 2009 02:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-98</guid>
		<description>thanks man!

this safe a lot of time..!</description>
		<content:encoded><![CDATA[<p>thanks man!</p>
<p>this safe a lot of time..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by WallTearer</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-90</link>
		<dc:creator>WallTearer</dc:creator>
		<pubDate>Sun, 28 Jun 2009 17:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-90</guid>
		<description>Thanks man, this stuff really works! =)</description>
		<content:encoded><![CDATA[<p>Thanks man, this stuff really works! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by Jeff</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-62</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 05 May 2009 14:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-62</guid>
		<description>@Ark - It does work when you are assigning the variable from an action to that action&#039;s corresponding template.  However, it does not work when you are trying to make an assignment from an action to a layout template.</description>
		<content:encoded><![CDATA[<p>@Ark &#8211; It does work when you are assigning the variable from an action to that action&#8217;s corresponding template.  However, it does not work when you are trying to make an assignment from an action to a layout template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing variables from an action (or module template) to a layout template by Ark</title>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/comment-page-1/#comment-61</link>
		<dc:creator>Ark</dc:creator>
		<pubDate>Tue, 05 May 2009 09:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonydeveloper.com/?p=28#comment-61</guid>
		<description>$this-&gt;foo = &#039;bar&#039;;

still works in symfony 1.2, don&#039;t know what you mean.</description>
		<content:encoded><![CDATA[<p>$this-&gt;foo = &#8216;bar&#8217;;</p>
<p>still works in symfony 1.2, don&#8217;t know what you mean.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

