<?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>Fri, 12 Mar 2010 02:01:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<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>
	<item>
		<title>By: Maver</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-186478</link>
		<dc:creator>Maver</dc:creator>
		<pubDate>Tue, 10 Jun 2008 08:46:43 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-186478</guid>
		<description>Can you send me the file? I couldn't find the link... "click here"</description>
		<content:encoded><![CDATA[<p>Can you send me the file? I couldn&#8217;t find the link&#8230; &#8220;click here&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some CodeIgniter Tutorial links &#171; The Brook Song - ঝর্ণার গান</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-151735</link>
		<dc:creator>Some CodeIgniter Tutorial links &#171; The Brook Song - ঝর্ণার গান</dc:creator>
		<pubDate>Fri, 02 May 2008 05:30:50 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-151735</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: Stefan</title>
		<link>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-116826</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sat, 08 Mar 2008 17:55:59 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/23/building-a-complete-codeigniter-application-part-2/#comment-116826</guid>
		<description>@ Thomas

Regarding the problem with SimplePie: it's a bug in the current official version. Just use the latest "trunk" provided on teh SimplePie site and it will go away.</description>
		<content:encoded><![CDATA[<p>@ Thomas</p>
<p>Regarding the problem with SimplePie: it&#8217;s a bug in the current official version. Just use the latest &#8220;trunk&#8221; provided on teh SimplePie site and it will go away.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
