<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Code Igniter &#8211; The MVC Model and Me</title>
	<atom:link href="http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/</link>
	<description>SEO, Internet Marketing and Web Design Thoughts</description>
	<lastBuildDate>Sun, 01 Aug 2010 00:56:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rustik</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-2899</link>
		<dc:creator>Rustik</dc:creator>
		<pubDate>Tue, 20 Apr 2010 14:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-2899</guid>
		<description>I use &lt;a href=&quot;http://www.codelobster.com&quot; rel=&quot;nofollow&quot;&gt;Codelobster PHP Edition&lt;/a&gt; with special CodeIgniter plug-in.</description>
		<content:encoded><![CDATA[<p>I use <a href="http://www.codelobster.com" rel="nofollow">Codelobster PHP Edition</a> with special CodeIgniter plug-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Jamieson</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-511</link>
		<dc:creator>Liz Jamieson</dc:creator>
		<pubDate>Sat, 12 Apr 2008 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-511</guid>
		<description>Thanks for your help Brian - I now have the IDE but and will try and work with it for coding, but the debugger is not working with CI.  It gives the error &quot;The URI you submitted has disallowed characters.&quot;

When I checked in the CI forums, it seems (unless I missed something) that the debugger in eclipse just doesn&#039;t work with CI - see http://codeigniter.com/forums/viewthread/59359/.

It seems that someone did get it working, but I hate it when you have to fight everything to get something working. So may just stick to echo statements for debugging. Shame.</description>
		<content:encoded><![CDATA[<p>Thanks for your help Brian &#8211; I now have the IDE but and will try and work with it for coding, but the debugger is not working with CI.  It gives the error &#8220;The URI you submitted has disallowed characters.&#8221;</p>
<p>When I checked in the CI forums, it seems (unless I missed something) that the debugger in eclipse just doesn&#8217;t work with CI &#8211; see <a href="http://codeigniter.com/forums/viewthread/59359/" rel="nofollow">http://codeigniter.com/forums/viewthread/59359/</a>.</p>
<p>It seems that someone did get it working, but I hate it when you have to fight everything to get something working. So may just stick to echo statements for debugging. Shame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-509</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 12 Apr 2008 13:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-509</guid>
		<description>I have a Windows XP box running XAMPP as a local server, which is an Apache/PHP/MySQL/Pearl stack.

I had no trouble installing. Just downloaded and unzipped the Zend Eclipse PDT package, and clicked on the eclipse executable, and as long as your Java RTE is up to date, it should run without a hitch. Once I was happy it ran, I just created a link to the executable from my desktop.

I don&#039;t have Vista, assuming they (MS) haven&#039;t broken your Java environment, you should be OK running your local host using XAMPP or WAMP or similar.</description>
		<content:encoded><![CDATA[<p>I have a Windows XP box running XAMPP as a local server, which is an Apache/PHP/MySQL/Pearl stack.</p>
<p>I had no trouble installing. Just downloaded and unzipped the Zend Eclipse PDT package, and clicked on the eclipse executable, and as long as your Java RTE is up to date, it should run without a hitch. Once I was happy it ran, I just created a link to the executable from my desktop.</p>
<p>I don&#8217;t have Vista, assuming they (MS) haven&#8217;t broken your Java environment, you should be OK running your local host using XAMPP or WAMP or similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Jamieson</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-508</link>
		<dc:creator>Liz Jamieson</dc:creator>
		<pubDate>Sat, 12 Apr 2008 09:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-508</guid>
		<description>Hi Brian

Thanks for the links - but did you have an easy installation?

Does Zend Eclipse PDT work with Apache? Does the installation change or interfere with the existing Apache or PHP installation? 

I am uneasy about any Zend application after yesterday.  Zend Studio left me with a mess to clear up.  Suddenly local web pages wouldn&#039;t run on the PC, and http://localhost was resolving to www.localhost.com.  Then apache failed due to some port conflict.  I de-installed Zend Studio and re-installed apache as I couldn&#039;t fix it otherwise. 

Are you on Windows - I am working off a Vista laptop.</description>
		<content:encoded><![CDATA[<p>Hi Brian</p>
<p>Thanks for the links &#8211; but did you have an easy installation?</p>
<p>Does Zend Eclipse PDT work with Apache? Does the installation change or interfere with the existing Apache or PHP installation? </p>
<p>I am uneasy about any Zend application after yesterday.  Zend Studio left me with a mess to clear up.  Suddenly local web pages wouldn&#8217;t run on the PC, and <a href="http://localhost" rel="nofollow">http://localhost</a> was resolving to <a href="http://www.localhost.com" rel="nofollow">http://www.localhost.com</a>.  Then apache failed due to some port conflict.  I de-installed Zend Studio and re-installed apache as I couldn&#8217;t fix it otherwise. </p>
<p>Are you on Windows &#8211; I am working off a Vista laptop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-506</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 12 Apr 2008 08:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-506</guid>
		<description>Hi Liz

I have currently use Eclipse with PDT, actually its a this PDT is a Zend distro. They do an all in one packaged download which includes debugger. I also have added Aptana as an Eclipse plugin for working on HTML,JS and CSS.

I have also used EasyEclipse   Aptana plugin and that works fine too.

Zend Eclipse PDT: http://www.zend.com/en/community/pdt#all

EasyEclipse: http://sourceforge.net/project/downloading.php?group_id=131065&amp;filename=easyeclipse-php-1.2.2.2.exe

Aptana Plugin: http://update.aptana.com/update/studio/3.2/</description>
		<content:encoded><![CDATA[<p>Hi Liz</p>
<p>I have currently use Eclipse with PDT, actually its a this PDT is a Zend distro. They do an all in one packaged download which includes debugger. I also have added Aptana as an Eclipse plugin for working on HTML,JS and CSS.</p>
<p>I have also used EasyEclipse   Aptana plugin and that works fine too.</p>
<p>Zend Eclipse PDT: <a href="http://www.zend.com/en/community/pdt#all" rel="nofollow">http://www.zend.com/en/community/pdt#all</a></p>
<p>EasyEclipse: <a href="http://sourceforge.net/project/downloading.php?group_id=131065&amp;filename=easyeclipse-php-1.2.2.2.exe" rel="nofollow">http://sourceforge.net/project/downloading.php?group_id=131065&amp;filename=easyeclipse-php-1.2.2.2.exe</a></p>
<p>Aptana Plugin: <a href="http://update.aptana.com/update/studio/3.2/" rel="nofollow">http://update.aptana.com/update/studio/3.2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Jamieson</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-505</link>
		<dc:creator>Liz Jamieson</dc:creator>
		<pubDate>Fri, 11 Apr 2008 21:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-505</guid>
		<description>Hi Brian

I wouldn&#039;t mind speaking to you about it. I just tried installing Zend Studio as an IDE for CodeIgniter and it was a disaster! Apache died and needed re-installation to get it back.  What do you use as an IDE I wonder?  I really wanted to try something with a debugger, but I have no idea what will install and run easily on Windows.</description>
		<content:encoded><![CDATA[<p>Hi Brian</p>
<p>I wouldn&#8217;t mind speaking to you about it. I just tried installing Zend Studio as an IDE for CodeIgniter and it was a disaster! Apache died and needed re-installation to get it back.  What do you use as an IDE I wonder?  I really wanted to try something with a debugger, but I have no idea what will install and run easily on Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-504</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-504</guid>
		<description>Hi Liz. I am in the same position you are. For me it&#039;s been a real struggles to pickup OOP and MVC, it didn&#039;t help that if I had any code breaking, I was not experienced enough to tell if it was me or my PHP5 XAMPP environment. SO I played around with Zend Framework, which has just been realeased in it 1.5 version recently, completely PHP5. Even though this framework is from the creators of PHP and has a huge following, I think you need to have strong OOP/MVC, get into it.

So I&#039;m sticking with CodeIgniter. The guys on the CI forums assured me my PHP5 XAMPP setup would be OK with CI, given it&#039;s base code is PHP4.

I found the documentation excellent, minus some oddities and typos, and the the people on the CI forums, are quite helpful.

CI is an &#039;easy&#039; framework to get into, so your focus should initially be on learning regular OOP coding and the mvc pattern.

Good luck.</description>
		<content:encoded><![CDATA[<p>Hi Liz. I am in the same position you are. For me it&#8217;s been a real struggles to pickup OOP and MVC, it didn&#8217;t help that if I had any code breaking, I was not experienced enough to tell if it was me or my PHP5 XAMPP environment. SO I played around with Zend Framework, which has just been realeased in it 1.5 version recently, completely PHP5. Even though this framework is from the creators of PHP and has a huge following, I think you need to have strong OOP/MVC, get into it.</p>
<p>So I&#8217;m sticking with CodeIgniter. The guys on the CI forums assured me my PHP5 XAMPP setup would be OK with CI, given it&#8217;s base code is PHP4.</p>
<p>I found the documentation excellent, minus some oddities and typos, and the the people on the CI forums, are quite helpful.</p>
<p>CI is an &#8216;easy&#8217; framework to get into, so your focus should initially be on learning regular OOP coding and the mvc pattern.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Jamieson</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-238</link>
		<dc:creator>Liz Jamieson</dc:creator>
		<pubDate>Mon, 14 Jan 2008 23:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-238</guid>
		<description>Yes Jon - I did. It is only shortage of time that prevents me from making faster progress. Client work has to come first.  Anyway thanks for the offer of help . . .  I just visited your web site and read your profile. It is very funny. But Jon! The Queen Mother is dead!</description>
		<content:encoded><![CDATA[<p>Yes Jon &#8211; I did. It is only shortage of time that prevents me from making faster progress. Client work has to come first.  Anyway thanks for the offer of help . . .  I just visited your web site and read your profile. It is very funny. But Jon! The Queen Mother is dead!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/comment-page-1/#comment-237</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 14 Jan 2008 22:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lizjamieson.co.uk/2008/01/10/code-igniter-the-mvc-model-and-me/#comment-237</guid>
		<description>Hi! This is jon from mybloglog. So you decided to go with Code Igniter? All right! Glad to hear its working out so far. Great design for your site - very clean and easy to move around in. If you ever run into a problem and aren&#039;t getting good help on the Code Igniter forums, let me know and I can probably answer it for you. I&#039;m on the forums as username &quot;onisemus&quot; ( http://codeigniter.com/forums/member/46204/ ). Good luck!</description>
		<content:encoded><![CDATA[<p>Hi! This is jon from mybloglog. So you decided to go with Code Igniter? All right! Glad to hear its working out so far. Great design for your site &#8211; very clean and easy to move around in. If you ever run into a problem and aren&#8217;t getting good help on the Code Igniter forums, let me know and I can probably answer it for you. I&#8217;m on the forums as username &#8220;onisemus&#8221; ( <a href="http://codeigniter.com/forums/member/46204/" rel="nofollow">http://codeigniter.com/forums/member/46204/</a> ). Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
