<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Glen Swinfield | CodeIgniter Feed</title>
    <link>http://www.glenswinfield.co.uk/</link>
    <description>CodeIgniter Stuff</description>
    <dc:language>en</dc:language>
    <dc:creator>glen@glenswinfield.co.uk</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-09-28T13:54:00+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>CodeIgniter walkthrough (index.php)</title>
      <link>http://www.glenswinfield.co.uk/activity/comment/codeigniter_walkthrough_indexphp/</link>
      <guid>http://www.glenswinfield.co.uk/activity/comment/codeigniter_walkthrough_indexphp/#When:16:37:00Z</guid>
      <description>I have uploaded the third part to my CodeIgniter Tutorial, titled CodeIgniter walkthrough (index.php). This is the last section before we actually begin to create and edit views/controllers etc. It is a quick walk&#45;through the installation process and the index.php file, explaining what is going on. It is intended to help out anyone who wants get started in CodeIgniter but only knows very basic php.

The next section (4) will be available tomorrow evening, at this point we will start to create some web pages.</description>
      <dc:subject>CodeIgniter</dc:subject>
      <dc:date>2008-03-15T16:37:00+00:00</dc:date>
    </item>

    <item>
      <title>Beginner CodeIgniter / PHP Tutorial</title>
      <link>http://www.glenswinfield.co.uk/activity/comment/beginner_codeigniter_php_tutorial/</link>
      <guid>http://www.glenswinfield.co.uk/activity/comment/beginner_codeigniter_php_tutorial/#When:02:30:00Z</guid>
      <description>So I&#8217;ve been promising this for a while, and I haven&#8217;t delivered, and I&#8217;m sorry. But with a renewed commitment, here&#8217;s the very beginning two stages of the tutorial (intro and install a server) I have (re) written the &#8220;Install CodeIgniter&#8221; stage but I seem to have lost it &#45; worse luck!


So check out the CI tutorial first stage and get your server installed and working. I am committing to getting the next stage to you by Sunday evening. Thanks for waiting, I&#8217;ve been busy enough to scare a factory of bees lately.</description>
      <dc:subject>CodeIgniter</dc:subject>
      <dc:date>2008-03-12T02:30:00+00:00</dc:date>
    </item>

    <item>
      <title>Beginning CodeIgniter / PHP</title>
      <link>http://www.glenswinfield.co.uk/activity/comment/beginning_codeigniter_and_php_tutorial/</link>
      <guid>http://www.glenswinfield.co.uk/activity/comment/beginning_codeigniter_and_php_tutorial/#When:03:49:00Z</guid>
      <description>I have decided to run a series of beginner level tutorials ( becoming more advanced as a follow&#45;up project perhaps...) that explain what CodeIgniter is and how to set it up and start using it. I am then going to use this CodeIgniter install to demonstrate some of the most common and useful php features.


This tutorial set is intended to help people who a have a small amount of php knowledge to expand it quickly and in a way that they could start to apply to projects straight away.


The beauty of CodeIgniter is that there is no rigid structure to the way you use it. After it is set up you could, if you wanted, build sites that are almost purely (x)html, this makes it an ideal learning platform because you can begin with a very simple framework and sprinkle layers of php over it to add functionality as you wish.


I have put up a holding page for part one so check it out. I intend to use a mini site that centres around displaying last fm xml feeds (because &#8220;make a blog in ten minutes&#8221; tutorials are boring). Part one should be with you shortly, I hope someone finds it useful, I would like to think that people with no php experience could get something out of this &#45; so watch the feed for this site for the release of part one, and give it a go.</description>
      <dc:subject>CodeIgniter</dc:subject>
      <dc:date>2007-12-09T03:49:00+00:00</dc:date>
    </item>

    <item>
      <title>CodeIgniter htaccess</title>
      <link>http://www.glenswinfield.co.uk/activity/comment/codeigniter_htaccess/</link>
      <guid>http://www.glenswinfield.co.uk/activity/comment/codeigniter_htaccess/#When:14:05:00Z</guid>
      <description>When I transferred this site over from Wordpress I lost a load of codeigniter content, It was probably the most searched for stuff &#45; unfortunately I don&#8217;t really remember what a lot of it was, I do remember there was a short .htaccess/remove index.php tutorial so I thought I would post something quickly for people who follow old links etc.

.htaccess file
This is a .htaccess file that rewrites all requests through index.php unless the requested url actually exists. You couldreplace /index.php with any filename (dispatch.php, router.php) whatever. Put the file in your CI document root. mod_rewrite must be enable in your httpd.conf file for this to work. Search for &#8216;mod_rewrite&#8217; in your httpd.conf file and remove the comment &#8216;#&#8217;. A lot of shared hosts have this enabled by default.


If you are developing on http://localhost/mysites/cool_new_site/index.php make sure you set the redirection (line 4) in the .htaccess file to &#8216;/mysites/cool_new_site/index.php&#8217; or you will get a 500 server error.

Get the htaccess file</description>
      <dc:subject>CodeIgniter</dc:subject>
      <dc:date>2007-11-10T14:05:00+00:00</dc:date>
    </item>

    
    </channel>
</rss>