<?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>The Rambling Chronicles: Notes &#187; CodeIgniter</title>
	<atom:link href="http://notes.theramblingchronicles.co.uk/tags/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.theramblingchronicles.co.uk</link>
	<description>Making sense is optional</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:09:56 +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>Codeigniter mod_rewite problems</title>
		<link>http://notes.theramblingchronicles.co.uk/2009/10/08/codeigniter-mod_rewite-problems/</link>
		<comments>http://notes.theramblingchronicles.co.uk/2009/10/08/codeigniter-mod_rewite-problems/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:22:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://theramblingchronicles.co.uk/2009/10/08/codeigniter-mod_rewite-problems/</guid>
		<description><![CDATA[If when using query strings and the page always gets redirected to index.php change $config['uri_protocol'] to: $config['uri_protocol'] = &#34;ORIG_PATH_INFO&#34;;]]></description>
			<content:encoded><![CDATA[<p>If when using query strings and the page always gets redirected to index.php change <code>$config['uri_protocol']</code> to:</p>


<pre>
$config['uri_protocol'] = &quot;ORIG_PATH_INFO&quot;;
</pre>]]></content:encoded>
			<wfw:commentRss>http://notes.theramblingchronicles.co.uk/2009/10/08/codeigniter-mod_rewite-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Framework</title>
		<link>http://notes.theramblingchronicles.co.uk/2009/03/06/codeigniter-framework/</link>
		<comments>http://notes.theramblingchronicles.co.uk/2009/03/06/codeigniter-framework/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:12:01 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://theramblingchronicles.co.uk/?p=167</guid>
		<description><![CDATA[I&#8217;ve looked around again at the different PHP frameworks hat exist and have found my new favourite: CodeIgniter. I&#8217;ve tried using cakePHP before, and yes, it does have some pretty good documentation and does work well at some tasks like getting data out of your database very easily. I liked it, but could never get [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve looked around again at the different <span class="caps">PHP </span>frameworks hat exist and have found my new favourite: <a href="http://codeignitor.com">CodeIgniter</a>.</p>

<p>I&#8217;ve tried using cakePHP before, and yes, it does have some pretty good documentation and does work well at some tasks like getting data out of your database very easily. I liked it, but could never get around the fact that all the database and <span class="caps">MVC </span>stuff had to conform to certain rules. CodeIgniter is a little bit different: you choose everything &#8211; do you want to use a database? Do you want to use a model? What do you want to call it?</p>

<p>I find the flexibility much better; Just enough abstraction to be useful, but not too much as to be more confusing than helpful. Documentation is brilliant, with near enough everything described in detail and there are plenty of very helpful tutorials around to get you started. Overall it&#8217;s fast, easy to use and has plenty of supporting libraries that make putting things together a doddle.</p>]]></content:encoded>
			<wfw:commentRss>http://notes.theramblingchronicles.co.uk/2009/03/06/codeigniter-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
