<?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>Komentarze do: PHP: Sortowanie obiektów po dacie utworzenia</title>
	<atom:link href="http://code42.pl/2009/02/23/sortowanie-obiektow-po-dacie-utworzenia/feed/" rel="self" type="application/rss+xml" />
	<link>http://code42.pl/2009/02/23/sortowanie-obiektow-po-dacie-utworzenia/</link>
	<description>Wielkie Pytanie o Życie, Kod i całą resztę</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:18:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Autor: Mistrz Wu</title>
		<link>http://code42.pl/2009/02/23/sortowanie-obiektow-po-dacie-utworzenia/comment-page-1/#comment-8</link>
		<dc:creator>Mistrz Wu</dc:creator>
		<pubDate>Mon, 23 Feb 2009 09:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://code42.pl/?p=239#comment-8</guid>
		<description>&lt;p&gt;A w Rubym/Rails:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;images_and_videos.sort { &#124;a, b&#124; a.created_at &lt;=&gt; b.created_at }&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>A w Rubym/Rails:</p>
<pre><code>images_and_videos.sort { |a, b| a.created_at &lt;=&gt; b.created_at }</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

