<?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; dropdown</title>
	<atom:link href="http://www.jigniter.com/tag/dropdown/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>The easiest page dropdown list on CodeIgniter</title>
		<link>http://www.jigniter.com/the-easiest-page-dropdown-list-on-codeigniter/</link>
		<comments>http://www.jigniter.com/the-easiest-page-dropdown-list-on-codeigniter/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 16:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[combo]]></category>
		<category><![CDATA[dropdown]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/the-easiest-page-dropdown-list-on-codeigniter/</guid>
		<description><![CDATA[Imagine you want to create a dropdown (or combo) to display numbers from a range of values, or page numbers from 1 to the total of pages. With CodeIgniter and PHP, that is extremely easy. Here is an idea that may help you in some situations. &#60;?php echo form_dropdown('number', range(0,10) ); ?&#62; The line of [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/the-easiest-page-dropdown-list-on-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
