<?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>jigniter™ &#187; uri</title>
	<atom:link href="http://www.jigniter.com/tag/uri/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigniter.com</link>
	<description>jQuery &#38; CodeIgniter - Perfect combination for web application</description>
	<lastBuildDate>Wed, 14 Jul 2010 14:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using url_title() with Spanish or other strange characters</title>
		<link>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/</link>
		<comments>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:51:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[helpers]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[spanish]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/</guid>
		<description><![CDATA[If you are running your site in Spanish and using url_title to create Permalinks in CodeIgniter then likely you had run in character issues while creating your links. Martin posted a solution in CodeIgniter’s forum with a workaround for this issue. He proposed $trans = array( $search =&#62; $replace, &#34;á&#34; =&#62; 'a', &#34;é&#34; =&#62; 'e', [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to submit a page to the same controller in CodeIgniter</title>
		<link>http://www.jigniter.com/how-to-submit-a-page-to-the-same-controller-in-codeigniter/</link>
		<comments>http://www.jigniter.com/how-to-submit-a-page-to-the-same-controller-in-codeigniter/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:23:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[uri]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/how-to-submit-a-page-to-the-same-controller-in-codeigniter/</guid>
		<description><![CDATA[Imagine you have a view with a &#60;FORM&#62; that need to submit to the same controller class. Probably you don’t want to hardcode the action attribute of your form nor leaving it in blank. Using PHP_SELF could be a possible approach. However, since $_SERVER[‘PHP_SELF’] is a PHP server variable (nothing to do with CodeIgniter), you [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-to-submit-a-page-to-the-same-controller-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
