<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>SymfonyLab: Featured</title>
		<link>http://symfony.corank.com/tech/all/fp/</link>
		<description>SymfonyLab: Featured</description>
<image><title>coRank.com</title><link>http://symfony.corank.com/tech/all/fp/</link><url>http://www.corank.com/pics/coRank2.gif</url></image>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Is symfony 1.1 too verbose?</title>
			<link>http://symfony.corank.com/tech/story/is-symfony-11-too-verbose</link>
			<description><![CDATA[


Among the remarks have about symfony 1.1, the most recurring one is the shift of philosophy between the 1.0 and 1.1 syntax. If symfony 1.0 syntax was made to write code fast, I believe it is not the case anymore with symfony 1.1, which is designed primarily for extensibility.

The result is that a symfony 1.1 application looks a lot more like a Java program...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/is-symfony-11-too-verbose">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/284253981/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/is-symfony-11-too-verbose</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>symfony</dc:creator>
			<title>I’m wondering if there are available admin themes somewhere. It’s really strange but simple googl</title>
			<link>http://symfony.corank.com/tech/story/im-wondering-if-there-are-available-ad</link>
			<description><![CDATA[


I’m wondering if there are available admin themes somewhere. It’s really strange but simple googling and search on symfony forum does not give me anything new.

What I knew before is good Joomla-like theme available here (this one is easy to use and integrate):

http://www.symfony-project.org/forum/index.php/m/16515/

also there is available plugin based on ExtJs but it seems in early development (and it’s pretty slow at least when I tested it out):

http://trac.symfony-project.com/wiki/sfExtjsThemePlugin

There is also plugin which provide distinct configurations between create and edit actions:

http://trac.symfony-project.com/wiki/sfAdvancedAdminGeneratorPlugin

And that’s all? I bet there must be guys who has own themes ( themesholders  )

Why I’m started to talk about all this stuff. I found today in my RSSs this link and thought how good it would be if someone integrates such theme for symfony:

http://webresourcesdepot.com/wp-content/uploads/file/admin-template/index.html

Maybe someday me..
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/im-wondering-if-there-are-available-ad">Read more...</a> |
<a href="http://www.symfonylab.com/backend-generator-theme/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/im-wondering-if-there-are-available-ad</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>How to write complex queries using Propel</title>
			<link>http://symfony.corank.com/tech/story/how-to-write-complex-queries-using-Pro</link>
			<description><![CDATA[


This is a monster subject, and I spent a long time scratching my head over a few things yesterday, until I came across this site:
http://propel.jondh.me.uk/
It&#8217;s developed by a Symfony user, and allows you to type in sql statements using nested braces for prioritising. The form will then return a nicely formatted block of Propel code.
It&#8217...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/how-to-write-complex-queries-using-Pro">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/277923855/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/how-to-write-complex-queries-using-Pro</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Help! Symfony is ignoring my settings in app.yml</title>
			<link>http://symfony.corank.com/tech/story/help-Symfony-is-ignoring-my-settings-i</link>
			<description><![CDATA[


Something that just cropped up today&#8230;
As your site grows, and you add more and more config to the app.yml file, be very careful not to re-declare the same named element. Symfony will not warn you, and there will be no errors - but the second (lower) instance will simple overwrite the first!
For example, if you have forgotten that you already...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/help-Symfony-is-ignoring-my-settings-i">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/275741622/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/help-Symfony-is-ignoring-my-settings-i</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Retrieving a random record in Symfony using Propel</title>
			<link>http://symfony.corank.com/tech/story/retrieving-a-random-record-in-Symfony-</link>
			<description><![CDATA[


Just a quicky, as I had to spend 10 mins looking this up hopefully it&#8217;ll save someone else time later.
I need to retrieve a random user from the users table, but didn&#8217;t know how to express a random record&#8230; this method will return a single random user, or can take an argument to return more than 1
UserPeer

	public static function...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/retrieving-a-random-record-in-Symfony-">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/275010927/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/retrieving-a-random-record-in-Symfony-</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Don't be fooled by awkyard view.yml js/css positionning syntax!</title>
			<link>http://symfony.corank.com/tech/story/dont-be-fooled-by-awkyard-viewyml-jscs</link>
			<description><![CDATA[



<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/dont-be-fooled-by-awkyard-viewyml-jscs">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/275010926/Dont-be-fooled-by-assets-awkyard-positionning-syntax">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/dont-be-fooled-by-awkyard-viewyml-jscs</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>symfony</dc:creator>
			<title>So what symfonians are talking about?</title>
			<link>http://symfony.corank.com/tech/story/so-what-symfonians-are-talking-about</link>
			<description><![CDATA[


as you know we propose 2 additional services along with writing about symfony. First one is articles voting service and the other one is twitter symfony community. 
Voting one is a good chance to read usefull articles and dont waste time on the other ones. We aggregate most of articles and then we personally vote only for the best ones.
Community on twitter helps you to have some fun from reading what are talking symfony developers about. This community exists more than month and it’s slowly growing each day. Guys are talking about food, movies, new projects, share links.
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/so-what-symfonians-are-talking-about">Read more...</a> |
<a href="http://www.symfonylab.com/so-what-symfonians-are-talking-about/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/so-what-symfonians-are-talking-about</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Using observe_field to update an input</title>
			<link>http://symfony.corank.com/tech/story/using-observefield-to-update-an-input</link>
			<description><![CDATA[


Had an issue on Acme Video Website where I want to prepopulate some content on a form element after making an ajax call to a 3rd party API.
Problems comes, in that observe_field (part of the prototype javascript library), is designed to update a div, so I was incorrectly trying to do this:

echo observe_field&#40;'hint', array&#40;
'update' =&gt...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/using-observefield-to-update-an-input">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/273771854/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/using-observefield-to-update-an-input</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>I18n is for life (actions), not just for Christmas (templates)</title>
			<link>http://symfony.corank.com/tech/story/i18n-is-for-life-actions-not-just-for-</link>
			<description><![CDATA[


Well, the point is make sure you Internationalise everything, not just the text you have in the templates.
For example, when using ajax calls you may be rendering text directly from actions, or you may be throwing exceptions which have meaningful error messages which are displayed by the template. You need to remember to &#8220;i18nalise&#8221; this...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/i18n-is-for-life-actions-not-just-for-">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/270300996/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/i18n-is-for-life-actions-not-just-for-</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>When the pager_navigation function does not create the correct link…</title>
			<link>http://symfony.corank.com/tech/story/when-the-pagernavigation-function-doe</link>
			<description><![CDATA[


If you have used a route name in the call to this function, it will be parsed based on your routing.yml file, this means that if you don&#8217;t have a :page variable listed (and you probably don&#8217;t) the route will ignore the page argument that the pager function tries to add.
The easy solution is to add /* to the end of your routing rule, so that any other parameters are allowed...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/when-the-pagernavigation-function-doe">Read more...</a> |
<a href="http://feeds.feedburner.com/~r/symfony/planet/~3/267319549/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/when-the-pagernavigation-function-doe</guid>
			<pubDate>Mon, 12 May 2008 09:04:49 GMT</pubDate>
		</item>
	</channel>
</rss>


