<?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; form</title>
	<atom:link href="http://www.jigniter.com/tag/form/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>Build a form in CodeIgniter 2.0</title>
		<link>http://www.jigniter.com/build-a-form-in-codeigniter-2-0/</link>
		<comments>http://www.jigniter.com/build-a-form-in-codeigniter-2-0/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 18:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/build-a-form-in-codeigniter-2-0/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/build-a-form-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>There are many ways to <strong>build a form in CodeIgniter 2.0</strong>. Form Helper <a href="http://codeigniter.com/user_guide/helpers/form_helper.html" rel="nofollow" target="_blank">documentation</a> is a good starting point to learn more about forms in CodeIgniter, however sometimes it worth to avoid using the helpers if that&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/build-a-form-in-codeigniter-2-0/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[<a href="http://www.jigniter.com/form-generation-in-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/uploads/timetracker1-150x150.jpg" class="alignleft wp-post-image tfe" alt="timetracker" title="timetracker" /></a><p>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 <strong>web applications uses CRUD</strong> (create/read/update/delete).</p>
<p>In CodeIgniter, you&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/form-generation-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>12</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[<a href="http://www.jigniter.com/how-to-submit-a-page-to-the-same-controller-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>Imagine you have a view with a &#60;FORM&#62; that need to <strong>submit to the same controller class</strong>. Probably you don’t want to hardcode the <em>action</em> attribute of your form nor leaving it in blank.</p>
<p>Using PHP_SELF could be a possible&#8230;</p>]]></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>
