<?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"
	>
<channel>
	<title>Comments on: Retrieving a random record in Symfony using Propel</title>
	<atom:link href="http://www.symfony-blog.co.uk/2008/04/retrieving-a-random-record-in-symfony-using-propel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfony-blog.co.uk/2008/04/retrieving-a-random-record-in-symfony-using-propel/</link>
	<description>Two Guys, One Framework</description>
	<pubDate>Fri, 04 Jul 2008 12:56:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Baj</title>
		<link>http://www.symfony-blog.co.uk/2008/04/retrieving-a-random-record-in-symfony-using-propel/#comment-23</link>
		<dc:creator>Baj</dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-blog.co.uk/?p=12#comment-23</guid>
		<description>Arthur:
Thanks, yes I was aware of it being limited to using a mysql function call as I was writing it, perhaps not giving enough importance to pointing that out in the post.

Halfer: 
Thanks, yeah as Arthur points out, it's specific to MySQL, perhaps it would work on Postgres, but probably not other DB's.</description>
		<content:encoded><![CDATA[<p>Arthur:<br />
Thanks, yes I was aware of it being limited to using a mysql function call as I was writing it, perhaps not giving enough importance to pointing that out in the post.</p>
<p>Halfer:<br />
Thanks, yeah as Arthur points out, it&#8217;s specific to MySQL, perhaps it would work on Postgres, but probably not other DB&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halfer</title>
		<link>http://www.symfony-blog.co.uk/2008/04/retrieving-a-random-record-in-symfony-using-propel/#comment-16</link>
		<dc:creator>halfer</dc:creator>
		<pubDate>Tue, 22 Apr 2008 08:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-blog.co.uk/?p=12#comment-16</guid>
		<description>Yep, I use this on a project of mine. Just be aware it's not particularly portable, as it relies on MySQL syntax (though it could be similar in, say, Postgres - not sure there).

Btw, it's nice to see more UK users getting on board symfony :)</description>
		<content:encoded><![CDATA[<p>Yep, I use this on a project of mine. Just be aware it&#8217;s not particularly portable, as it relies on MySQL syntax (though it could be similar in, say, Postgres - not sure there).</p>
<p>Btw, it&#8217;s nice to see more UK users getting on board symfony :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://www.symfony-blog.co.uk/2008/04/retrieving-a-random-record-in-symfony-using-propel/#comment-15</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Tue, 22 Apr 2008 06:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-blog.co.uk/?p=12#comment-15</guid>
		<description>Your solution is very database specific and probably only works with mysql.

Take a look at the first comment of this snippet: http://www.symfony-project.org/snippets/snippet/25
there's also a database independent solution there.

Too bad there's no "clean" way of doing this in Propel 1.2. (Propel 1.3 adds the random() method (http://propel.phpdb.org/trac/ticket/343)).</description>
		<content:encoded><![CDATA[<p>Your solution is very database specific and probably only works with mysql.</p>
<p>Take a look at the first comment of this snippet: <a href="http://www.symfony-project.org/snippets/snippet/25" rel="nofollow">http://www.symfony-project.org/snippets/snippet/25</a><br />
there&#8217;s also a database independent solution there.</p>
<p>Too bad there&#8217;s no &#8220;clean&#8221; way of doing this in Propel 1.2. (Propel 1.3 adds the random() method (http://propel.phpdb.org/trac/ticket/343)).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
