<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>上善若水 &#187; tips</title>
	<atom:link href="http://iiiorz.net/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://iiiorz.net</link>
	<description>如果我不能死在一万个敌人的包围中，那就让我死在一万个美女的怀抱中吧</description>
	<lastBuildDate>Fri, 19 Nov 2010 04:05:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>kohana3 tips: get orm validate errors</title>
		<link>http://iiiorz.net/2009/10/kohana3-tips-get-orm-validate-errors/</link>
		<comments>http://iiiorz.net/2009/10/kohana3-tips-get-orm-validate-errors/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[淫荡小枇杷]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iiiorz.net/?p=67</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
echo kohana::debug($orm_object-&gt;validate()-&gt;errors());
</pre>
]]></content:encoded>
			<wfw:commentRss>http://iiiorz.net/2009/10/kohana3-tips-get-orm-validate-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kohana3 tips: profiler</title>
		<link>http://iiiorz.net/2009/10/kohana3-tips-profiler/</link>
		<comments>http://iiiorz.net/2009/10/kohana3-tips-profiler/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:21:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[kohana]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iiiorz.net/?p=61</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
echo View::factory('profiler/stats');
</pre>
]]></content:encoded>
			<wfw:commentRss>http://iiiorz.net/2009/10/kohana3-tips-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kohana3 tips: current uri</title>
		<link>http://iiiorz.net/2009/10/kohana3-tips-current-uri/</link>
		<comments>http://iiiorz.net/2009/10/kohana3-tips-current-uri/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:17:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[kohana]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iiiorz.net/?p=59</guid>
		<description><![CDATA[完全版本(带GET参数)： 干净版本：]]></description>
			<content:encoded><![CDATA[<p>完全版本(带GET参数)：</p>
<pre class="brush: php; title: ; notranslate">
$current_uri = URL::site($this-&gt;request-&gt;uri).'?'.http_build_query($_GET, '&amp;');
</pre>
<p>干净版本：</p>
<pre class="brush: php; title: ; notranslate">
$current_uri = URL::site($this-&gt;request-&gt;uri);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://iiiorz.net/2009/10/kohana3-tips-current-uri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

