<?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: Writing a Php5 MVC Framework like Code Igniter Part1: Controller,view,registry,loader</title>
	<atom:link href="http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/feed/" rel="self" type="application/rss+xml" />
	<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/</link>
	<description>Ersin Güvenç's Personal Development Blog</description>
	<pubDate>Tue, 07 Sep 2010 08:43:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Obullo -&#62; Codeigniter php5 framework</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-2253</link>
		<dc:creator>Obullo -&#62; Codeigniter php5 framework</dc:creator>
		<pubDate>Thu, 03 Jun 2010 11:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-2253</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nithin</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-1570</link>
		<dc:creator>nithin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-1570</guid>
		<description>great,
Thanks</description>
		<content:encoded><![CDATA[<p>great,<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-706</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 05:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-706</guid>
		<description>Part2 here
http://develturk.com/2009/09/07/writing-a-php5-mvc-framework-like-code-igniter-part2-model-database-pdo-exceptions-and-errors-helpers/</description>
		<content:encoded><![CDATA[<p>Part2 here<br />
<a href="http://develturk.com/2009/09/07/writing-a-php5-mvc-framework-like-code-igniter-part2-model-database-pdo-exceptions-and-errors-helpers/" rel="nofollow">http://develturk.com/2009/09/07/writing-a-php5-mvc-framework-like-code-igniter-part2-model-database-pdo-exceptions-and-errors-helpers/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-705</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-705</guid>
		<description>I really like this, i've been trying to do my own but i get stuck on stuff. I will be looking forward to the next one.</description>
		<content:encoded><![CDATA[<p>I really like this, i&#8217;ve been trying to do my own but i get stuck on stuff. I will be looking forward to the next one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-680</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Sep 2009 10:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-680</guid>
		<description>after that part2 i will look at your router sample and i will implement a router class.. :) (in part 3)</description>
		<content:encoded><![CDATA[<p>after that part2 i will look at your router sample and i will implement a router class.. <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (in part 3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtc2xl</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-671</link>
		<dc:creator>xtc2xl</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-671</guid>
		<description>Database is nice but a router class would be sexy too ;)  I'm curious at your solution for the router to steer the whole framework.

All these frameworks out today are overloaded with unnecessary code unlike this one created by you. Which not only makes it great for learning but also refreshing to code in.

Thanks again seriously grade A tut.</description>
		<content:encoded><![CDATA[<p>Database is nice but a router class would be sexy too <img src='http://develturk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;m curious at your solution for the router to steer the whole framework.</p>
<p>All these frameworks out today are overloaded with unnecessary code unlike this one created by you. Which not only makes it great for learning but also refreshing to code in.</p>
<p>Thanks again seriously grade A tut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-668</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 29 Aug 2009 21:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-668</guid>
		<description>I guess next tutorial will be very good, model implementation, integrate the PHP5 PDO class to obullo DB, Exceptions, Error handlers completed just i will add some PDO functions.
Please &lt;strong&gt;Subscribe to blog&lt;/strong&gt; for hear next article.</description>
		<content:encoded><![CDATA[<p>I guess next tutorial will be very good, model implementation, integrate the PHP5 PDO class to obullo DB, Exceptions, Error handlers completed just i will add some PDO functions.<br />
Please <strong>Subscribe to blog</strong> for hear next article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtc2xl</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-667</link>
		<dc:creator>xtc2xl</dc:creator>
		<pubDate>Sat, 29 Aug 2009 21:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-667</guid>
		<description>Thanks for a great tutorial, been reading up on alot lately but none come close to this. Looking forward to Part 2 of this tutorial set.

Keep up the good work. Lates.</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial, been reading up on alot lately but none come close to this. Looking forward to Part 2 of this tutorial set.</p>
<p>Keep up the good work. Lates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-634</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-634</guid>
		<description>i will write part 2 when the finish Model and Database implementation.

In part 2 i will tell 
-Php5 Exceptions
-Model Implementation
-Database Class</description>
		<content:encoded><![CDATA[<p>i will write part 2 when the finish Model and Database implementation.</p>
<p>In part 2 i will tell<br />
-Php5 Exceptions<br />
-Model Implementation<br />
-Database Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://develturk.com/2009/04/24/writing-a-php5-mvc-framework-like-code-igniter-part1-controller-view-registry-loader/comment-page-1/#comment-633</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=113#comment-633</guid>
		<description>hi
will there be a part 2?</description>
		<content:encoded><![CDATA[<p>hi<br />
will there be a part 2?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
