<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Symfony Developer</title>
	<link>http://www.symfonydeveloper.com</link>
	<description>Documenting my finds in hopes of more efficient use of the framework</description>
	<lastBuildDate>Tue, 24 Aug 2010 16:44:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Adding CKEditor &amp; CK Finder to Symfony 1.3/1.4</title>
		<description><![CDATA[I stumbled all over the place trying to do this. My first stumble was the the Symfony CKEditor plugin was not a stable release. But rather than tell you everything I stumbled on, I&#8217;ll just give you the run down on how I got these working via a step-by-step tutorial: From the plugin page, download [...]]]></description>
		<link>http://www.symfonydeveloper.com/2010/08/24/adding-ckeditor-ck-finder-to-symfony-1314/</link>
			</item>
	<item>
		<title>Missing stylesheets in the Admin Generator</title>
		<description><![CDATA[In Symfony 1.4.x I found I was missing stylesheets for the admin generator pages. Specifically, I was missing the following: &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;/sfPropelPlugin/css/global.css&#34; /&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;/sfPropelPlugin/css/default.css&#34; /&#62; It took a bunch of digging, but I finally realized there is now a sf command for ensuring these are in place: symfony [...]]]></description>
		<link>http://www.symfonydeveloper.com/2010/08/12/missing-stylesheets-admin-generator/</link>
			</item>
	<item>
		<title>Alphabetizing Many-to-many Relationships in the Admin Generator</title>
		<description><![CDATA[I searched high and low for a solution that I could place in my generator.yml file in order to alphabetize (or somehow order) the associated attributes for a given piece of data.  I was certain I&#8217;d be able to do this using a params configuration.  Finally, I realized it&#8217;s not going to be solved by [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/10/26/alphabetizing-many-to-many-relationships-in-the-admin-generator/</link>
			</item>
	<item>
		<title>Passing variables from an action (or module template) to a layout template</title>
		<description><![CDATA[Since Symfony 1.1, a bit of change has gone on with passing variables from an action to a layout file. You used to be able to do it like this: $this-&#62;foo = 'bar'; And then you could call it in either your action&#8217;s template file or the application&#8217;s layout file like this: &#60;?php echo $bar ?&#62; But [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/03/05/passing-variables-from-an-action-or-module-template-to-a-layout-template/</link>
			</item>
	<item>
		<title>Finding the current internal route or URI</title>
		<description><![CDATA[I was creating a login form on one of my site pages. The login box appears on all pages of the site until the visitor becomes a user tat is signed in. I wanted to be able to return the user to the exact page they logged in from, so I needed to grab the [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/03/05/current-internal-route-uri/</link>
			</item>
	<item>
		<title>Linking within the action, model and templates</title>
		<description><![CDATA[I continuously find myself looking these up, so I&#8217;m posting them here. Routing in Symfony is super easy, but remembering the proper method for calling upon routes can be mind scrambling. Generating links in a Template link_to('Anchor Text', 'action/method?id=123', array('class' =&#62; 'some-class', 'target' =&#62; '_blank')) Below, the second parameter determines whether or not to send [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/02/10/linking-within-the-action-model-and-templates/</link>
			</item>
	<item>
		<title>Demystifying input_in_place_editor_tag with an example</title>
		<description><![CDATA[Symfony&#8217;s documentation on the input_in_place_editor_tag is a little lacking.  The input_in_place_editor_tag allows for in-line editing of any piece of text within your site.  It uses AJAX to post the altered information back to your system. It&#8217;s a great tool, but I found myself wondering how to go about making use of it from within my Action [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/01/17/input_in_place_editor_tag-example/</link>
			</item>
	<item>
		<title>Customizing a rich input_date_tag with different button text</title>
		<description><![CDATA[To change the default text of the input_date_tag away from &#8220;&#8230;&#8221; simply use the additional option calendar_button_txt.  The following shows a &#8220;rich&#8221; calendar with the button labeled Change Me: &#60;?php echo input_date_tag(&#8216;input_name&#8217;, &#8216;now&#8217;, array(&#8216;rich&#8217; =&#62; true, &#8216;calendar_button_txt&#8217; =&#62; &#8216;Change Me&#8217;)); ?&#62;]]></description>
		<link>http://www.symfonydeveloper.com/2009/01/11/customizing-a-rich-input_date_tag-with-different-button-text/</link>
			</item>
	<item>
		<title>Frustrated, but lovin&#8217; it</title>
		<description><![CDATA[I&#8217;ve been working with the PHP framework Symfony for a little over a year now.  When I started, I was using version 1.0.  About 4 weeks ago I decided to go back and upgrade all of my sites it&#8217;s been used on to version 1.2.  That was a bit of a nightmare, but I&#8217;ve finally finished.  [...]]]></description>
		<link>http://www.symfonydeveloper.com/2009/01/10/frustrated-but-lovin-it/</link>
			</item>
</channel>
</rss>

