<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Building a Complete CodeIgniter Application: Part 2</title>
	<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/</link>
	<description>Keeping the rabbits out since 1975</description>
	<pubDate>Wed, 08 Feb 2012 14:34:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Some Important CodeIgniter Tutorial links &#171; Shamim Ahmed</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-442058</link>
		<dc:creator>Some Important CodeIgniter Tutorial links &#171; Shamim Ahmed</dc:creator>
		<pubDate>Wed, 25 Aug 2010 10:05:20 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-442058</guid>
		<description>[...] Building a Complete CodeIgniter Application: Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Building a Complete CodeIgniter Application: Part 2 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pragma</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-421996</link>
		<dc:creator>pragma</dc:creator>
		<pubDate>Sun, 02 May 2010 16:13:18 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-421996</guid>
		<description>great tut!
but still no link to download the code? it would be really helpful...
thanks anyway for your nice tutorial</description>
		<content:encoded><![CDATA[<p>great tut!<br />
but still no link to download the code? it would be really helpful&#8230;<br />
thanks anyway for your nice tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-409148</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:23:46 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-409148</guid>
		<description>hello ... just a quick note that the style sheet needs editing ... the pre tag indentation is so aggressive that the code is truncated off the right side of the screen. Its there in the source, but the display is broken in IE8 and FF3.5.7. Only the pre tag needs attention. btw, thanks for the useful intro to CI</description>
		<content:encoded><![CDATA[<p>hello &#8230; just a quick note that the style sheet needs editing &#8230; the pre tag indentation is so aggressive that the code is truncated off the right side of the screen. Its there in the source, but the display is broken in IE8 and FF3.5.7. Only the pre tag needs attention. btw, thanks for the useful intro to CI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike varela</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-407520</link>
		<dc:creator>mike varela</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:15:55 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-407520</guid>
		<description>great post... problem though, half the code runs off the page into a zone that can't be read... so I can't follow along.</description>
		<content:encoded><![CDATA[<p>great post&#8230; problem though, half the code runs off the page into a zone that can&#8217;t be read&#8230; so I can&#8217;t follow along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slagar</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-394869</link>
		<dc:creator>Slagar</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:34:30 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-394869</guid>
		<description>Great tutorial!!
I'm fairly new to MVC and CI, and had looked at some tutorials, but few of them gave very good instruction on MVC and how to go about things, especially where models are concerned. The information on your site is invaluable. Thank you so much!</description>
		<content:encoded><![CDATA[<p>Great tutorial!!<br />
I&#8217;m fairly new to MVC and CI, and had looked at some tutorials, but few of them gave very good instruction on MVC and how to go about things, especially where models are concerned. The information on your site is invaluable. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim O'Halloran</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-363444</link>
		<dc:creator>Jim O'Halloran</dc:creator>
		<pubDate>Sun, 10 May 2009 08:08:03 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-363444</guid>
		<description>Hi Pizdin,

The reaon the case of the filename is important is that Linux (which I use for development anrd production) is case sensitive when it comes to file names,  Codeigniter will attempt to include feedmodel.php, not FeedModel.php.

Jim.</description>
		<content:encoded><![CDATA[<p>Hi Pizdin,</p>
<p>The reaon the case of the filename is important is that Linux (which I use for development anrd production) is case sensitive when it comes to file names,  Codeigniter will attempt to include feedmodel.php, not FeedModel.php.</p>
<p>Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pizdin Dim</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-362982</link>
		<dc:creator>Pizdin Dim</dc:creator>
		<pubDate>Fri, 08 May 2009 00:45:07 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-362982</guid>
		<description>Some valuable information here, thanks. However, there is something which I find puzzling and I'm hoping you may know.

Why does CI use capitalized class names when almost everything else is all lowercase? PHP itself is NOT case-sensitive for class names, we know that. So why bother? For instance, you said:

&lt;blockquote&gt;models live in the system/application/models directory. Their file name needs to be the same as the lowercase name of the class, and end in .php. To to create FeedModel, create a file called feedmodel.php in system/application/models&lt;/blockquote&gt;

See the strangeness? The class is called "FeedModel" but the file is called "feedmodel" instead. Where is the practical benefit in all this? Why not just stick to lowercase?</description>
		<content:encoded><![CDATA[<p>Some valuable information here, thanks. However, there is something which I find puzzling and I&#8217;m hoping you may know.</p>
<p>Why does CI use capitalized class names when almost everything else is all lowercase? PHP itself is NOT case-sensitive for class names, we know that. So why bother? For instance, you said:</p>
<blockquote><p>models live in the system/application/models directory. Their file name needs to be the same as the lowercase name of the class, and end in .php. To to create FeedModel, create a file called feedmodel.php in system/application/models</p></blockquote>
<p>See the strangeness? The class is called &#8220;FeedModel&#8221; but the file is called &#8220;feedmodel&#8221; instead. Where is the practical benefit in all this? Why not just stick to lowercase?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Tutorial Collection</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-332182</link>
		<dc:creator>CodeIgniter Tutorial Collection</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:36:21 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-332182</guid>
		<description>[...] http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/" rel="nofollow">http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua W.</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-242922</link>
		<dc:creator>Joshua W.</dc:creator>
		<pubDate>Tue, 05 Aug 2008 21:05:27 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-242922</guid>
		<description>Just a heads-up on an issue I had that took a few minutes to sort out....

  When you created the Feed controller towards the beginning of this article, you used a function named view() to initialize simplepie and to point to the correct View file.    The function name &lt;b&gt;view()&lt;/b&gt; is a &lt;b&gt;reserved name&lt;/b&gt; if you are running CodeIgniter on PHP 4.  

I kept getting 404 errors until I changed the name of that function.</description>
		<content:encoded><![CDATA[<p>Just a heads-up on an issue I had that took a few minutes to sort out&#8230;.</p>
<p>  When you created the Feed controller towards the beginning of this article, you used a function named view() to initialize simplepie and to point to the correct View file.    The function name <b>view()</b> is a <b>reserved name</b> if you are running CodeIgniter on PHP 4.  </p>
<p>I kept getting 404 errors until I changed the name of that function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-238142</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:15:48 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-238142</guid>
		<description>Great stuff! A link to part 3 at the bottom would be cool or even a 'next ' link.</description>
		<content:encoded><![CDATA[<p>Great stuff! A link to part 3 at the bottom would be cool or even a &#8216;next &#8216; link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

