<?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: Codeigniter tutorial &#8211; To do list application</title>
	<atom:link href="http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/</link>
	<description>Gilang Chandrasa&#039;s personal website. Talking about Python, Django, PHP, jQuery, and everything else about the web.</description>
	<lastBuildDate>Wed, 09 Nov 2011 04:11:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yoosuf</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-95</link>
		<dc:creator>Yoosuf</dc:creator>
		<pubDate>Mon, 23 Mar 2009 06:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-95</guid>
		<description>its nice its usefull for me at this moument, thank you very much!

http://twitter.com/mayoosuf</description>
		<content:encoded><![CDATA[<p>its nice its usefull for me at this moument, thank you very much!</p>
<p><a href="http://twitter.com/mayoosuf" rel="nofollow">http://twitter.com/mayoosuf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MVCForge - News for MVC Web Developers</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-43</link>
		<dc:creator>MVCForge - News for MVC Web Developers</dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-43</guid>
		<description>&lt;strong&gt;Story added...&lt;/strong&gt;

Your story was featured in MVCForge - News for MVC Web Developers! Here is the link to vote it up and promote it: http://mvcforge.com/codeigniter/Codeigniter-tutorial-To-do-list-application...</description>
		<content:encoded><![CDATA[<p><strong>Story added&#8230;</strong></p>
<p>Your story was featured in MVCForge &#8211; News for MVC Web Developers! Here is the link to vote it up and promote it: <a href="http://mvcforge.com/codeigniter/Codeigniter-tutorial-To-do-list-application.." rel="nofollow">http://mvcforge.com/codeigniter/Codeigniter-tutorial-To-do-list-application..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik N.</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-35</link>
		<dc:creator>Erik N.</dc:creator>
		<pubDate>Wed, 18 Mar 2009 02:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-35</guid>
		<description>Thanks Gilang. I am on PHP5, so I must have something wrong in my code. Thanks for uploading your source code. I&#039;ll dig through it tonight and see if I can figure out where I&#039;m going wrong.</description>
		<content:encoded><![CDATA[<p>Thanks Gilang. I am on PHP5, so I must have something wrong in my code. Thanks for uploading your source code. I&#8217;ll dig through it tonight and see if I can figure out where I&#8217;m going wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilang Chandrasa</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-29</link>
		<dc:creator>Gilang Chandrasa</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-29</guid>
		<description>Update : source code for the tutorial now available for download.</description>
		<content:encoded><![CDATA[<p>Update : source code for the tutorial now available for download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilang Chandrasa</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-28</link>
		<dc:creator>Gilang Chandrasa</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-28</guid>
		<description>@Erik N, Can you verify that you&#039;re using PHP5? If you do using PHP5, then maybe there is some typo in you code.</description>
		<content:encoded><![CDATA[<p>@Erik N, Can you verify that you&#8217;re using PHP5? If you do using PHP5, then maybe there is some typo in you code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik N.</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-27</link>
		<dc:creator>Erik N.</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-27</guid>
		<description>Thanks for the tutorial. This is the first time I&#039;ve tried anything with CI, and I&#039;m excited about the possibilities. 

Unfortunately, after implementing each step of the tutorial, I get the following error message:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#039;}&#039; in /home/foundsce/public_html/ci/system/application/controllers/todo.php on line 4

I&#039;m not sure what I&#039;m doing wrong, but any help you could provide would be greatly appreciated.

Again ... thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. This is the first time I&#8217;ve tried anything with CI, and I&#8217;m excited about the possibilities. </p>
<p>Unfortunately, after implementing each step of the tutorial, I get the following error message:</p>
<p>Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#8216;}&#8217; in /home/foundsce/public_html/ci/system/application/controllers/todo.php on line 4</p>
<p>I&#8217;m not sure what I&#8217;m doing wrong, but any help you could provide would be greatly appreciated.</p>
<p>Again &#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Marketing Email &#187; Blog Archive &#187; Codeigniter tutorial - To do list application « KomunitasWeb</title>
		<link>http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/comment-page-1/#comment-24</link>
		<dc:creator>Internet Marketing Email &#187; Blog Archive &#187; Codeigniter tutorial - To do list application « KomunitasWeb</dc:creator>
		<pubDate>Mon, 16 Mar 2009 04:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=87#comment-24</guid>
		<description>[...] Gilang Chandrasa added an interesting post on Codeigniter tutorial - To do list application &#194;&#171; KomunitasWebHere&#8217;s a small excerptBuilding to do list in CodeIgniter. Let’s get started. Open system/application/database.php, and change the following database configuration to fit your mysql configuration. $config[&#8217;hostname&#8217;] = &#8220;localhost&#8221;; $config[&#8217;username&#8217;] &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Gilang Chandrasa added an interesting post on Codeigniter tutorial &#8211; To do list application &Acirc;&laquo; KomunitasWebHere&#8217;s a small excerptBuilding to do list in CodeIgniter. Let’s get started. Open system/application/database.php, and change the following database configuration to fit your mysql configuration. $config[&#8217;hostname&#8217;] = &#8220;localhost&#8221;; $config[&#8217;username&#8217;] &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

