<?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; Snippets Ideas</title>
	<atom:link href="http://www.jigniter.com/category/snippets-ideas/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, 07 Dec 2011 14:13:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to get current URL in CodeIgniter</title>
		<link>http://www.jigniter.com/how-to-get-current-url-in-codeigniter/</link>
		<comments>http://www.jigniter.com/how-to-get-current-url-in-codeigniter/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/how-to-get-current-url-in-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/how-to-get-current-url-in-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>If you want to get the current URL in CodeIgniter then you can use uri_string from <a rel="nofollow" href="http://codeigniter.com/user_guide/libraries/uri.html" target="_blank">URI</a> Class.</p>
<pre>$this-&#62;uri-&#62;uri_string()</pre>
<h4>Related searches:</h4><ul><li>codeigniter current url</li><li>codeigniter get current url</li><li>current_url codeigniter</li><li>codeigniter current_url</li><li>codeigniter currenturl</li><li>current_url() codeigniter</li><li>current_url() how to use codeigniter</li><li>get current url in codeigniter</li><li>google</li><li>ci getcurrenturl</li></ul>]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-to-get-current-url-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>link_tag in CodeIgniter 2.0</title>
		<link>http://www.jigniter.com/link_tag-in-codeigniter-2-0/</link>
		<comments>http://www.jigniter.com/link_tag-in-codeigniter-2-0/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 19:56:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[helpers]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/link_tag-in-codeigniter-2-0/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/link_tag-in-codeigniter-2-0/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><strong>link_tag</strong> is an interesting helper function introduced recently in CodeIgniter that helps you build link HTML tags to include CSS files but also feeds or favicons in a header.</p>
<p>The helper function documentation is quite explanatory and you can see&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/link_tag-in-codeigniter-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import CSV file into database using CodeIgniter</title>
		<link>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/</link>
		<comments>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:15:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://codeigniter.com/wiki/CSVReader/" rel="nofollow" target="_blank">CSVReader</a> is a library for CodeIgniter that can help you importing <strong>CSV files into database using CodeIgniter</strong> framework. The library uses <code>fgetcsv</code> function from PHP to get the content from CSV file and then iterates over the records returning an&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MD Image to resize and crop an Image</title>
		<link>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/</link>
		<comments>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/?p=191</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/uploads/codeigniter-thumbnail-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="codeigniter-thumbnail" /></a><p>MD_Image is a CodeIgniter Library that allows you to <strong>resize and crop images in CodeIgniter </strong>keeping a desired ratio. You can see the original thread <a rel="nofollow" href="http://codeigniter.com/forums/viewthread/121152/" target="_blank">here</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-192 aligncenter" title="codeigniter-thumbnail" src="http://www.jigniter.com/wp-content/uploads/codeigniter-thumbnail.jpg" alt="" width="322" height="178" /><span id="more-191"></span></p>
<p style="text-align: left;">With MD_Image you can <strong>create thumbnails</strong>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatars using CodeIgniter</title>
		<link>http://www.jigniter.com/gravatars-using-codeigniter/</link>
		<comments>http://www.jigniter.com/gravatars-using-codeigniter/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[helpers]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/gravatars-using-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/gravatars-using-codeigniter/"><img align="left" hspace="5" width="150" src="http://www.jigniter.com/wp-content/uploads/codeignitergravatars1.jpg" class="alignleft wp-post-image tfe" alt="codeigniter-gravatars" title="codeigniter-gravatars" /></a><p>If you want to display <strong>avatar images in your CodeIgniter application</strong>, you can use this Gravatar helper that contains a simple function to retrieve the Gravatar image source for a given email.</p>
<p>The <a rel="nofollow" href="http://codeigniter.com/forums/viewthread/56017/" target="_blank">Gravatar helper</a> was created&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/gravatars-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt and decrypt with CodeIgniter</title>
		<link>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/</link>
		<comments>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/#comments</comments>
		<pubDate>Thu, 13 May 2010 00:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><strong>Encryption and decryption functions</strong> are available in CodeIgniter by using the Encryption class. Of course you can always use PHP functions, but what I say is that CodeIgniter has a specific class for handling some encryption functions.</p>
<p>Everything is explained&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[<a href="http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>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.</p>
<p>Martin posted a solution in <a href="http://codeigniter.com/forums/viewthread/53109/#259383" rel="nofollow" target="_blank">CodeIgniter’s forum with a</a>&#8230;</p>]]></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>A straightforward way to translate your language files in CodeIgniter</title>
		<link>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/</link>
		<comments>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/a-straightforward-way-to-translate-your-language-files-in-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>Months ago we discussed about <strong>different alternatives to add i18n support to CodeIgniter applications</strong>. On this opportunity we will show how easy is to maintain your language files using <a href="http://www.mrkirkland.com/codeigniter-language-file-translator/">CodeIgniter Language File Translator</a> by <a href="http://www.mrkirkland.com">MrKirkland</a> and <a href="http://www.pixaden.com/">Owen</a>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
