<?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; libraries</title>
	<atom:link href="http://www.jigniter.com/tag/libraries/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>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[CSVReader is a library for CodeIgniter that can help you importing CSV files into database using CodeIgniter framework. The library uses fgetcsv function from PHP to get the content from CSV file and then iterates over the records returning an array as result. Then, you can iterate the parsed results from the CSV file to [...]]]></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>Simple Form Generation in CodeIgniter</title>
		<link>http://www.jigniter.com/form-generation-in-codeigniter/</link>
		<comments>http://www.jigniter.com/form-generation-in-codeigniter/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 00:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/?p=50</guid>
		<description><![CDATA[If you are using CodeIgniter, as well as any other PHP framework, you may notice that building CRUD forms is one of the most bother and routine tasks. Probably 80% of general web applications uses CRUD (create/read/update/delete). In CodeIgniter, you can use any of the form generation libraries. One of my preferred libraries is Form [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/form-generation-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
