<?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 Part3: Intregrating CI Router to Obullo and Learning SSC Pattern</title>
	<atom:link href="http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/</link>
	<description>Ersin Güvenç's Personal Development Blog</description>
	<pubDate>Fri, 30 Jul 2010 22:27:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Namaless</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-875</link>
		<dc:creator>Namaless</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-875</guid>
		<description>Thanks for releasing your framework..

Codeigniter is great Framework but not used the power of php5 ^_^

Download and test it :-)</description>
		<content:encoded><![CDATA[<p>Thanks for releasing your framework..</p>
<p>Codeigniter is great Framework but not used the power of php5 ^_^</p>
<p>Download and test it <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ersin</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-840</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-840</guid>
		<description>you should wait it i will also tell integrating CI active record with PDO :)</description>
		<content:encoded><![CDATA[<p>you should wait it i will also tell integrating CI active record with PDO <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignas</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-839</link>
		<dc:creator>Ignas</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-839</guid>
		<description>I can't wait to read part4 :)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t wait to read part4 <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtc2xl</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-832</link>
		<dc:creator>xtc2xl</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-832</guid>
		<description>Sexy, you kicking ass. Very nice lightweight framework taking advantage of new methods ;)</description>
		<content:encoded><![CDATA[<p>Sexy, you kicking ass. Very nice lightweight framework taking advantage of new methods <img src='http://develturk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ersin</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-827</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-827</guid>
		<description>im working on obullo style directory routing 

CI directory route:  /class/method/arguments...
Obullo will be like this:  /directory/class/method/arguments..

and about part2's session class it was just an example and it was very basic.I will integrate CI session class to Obullo because of its very secure.

So part 4 subjects:
- Advanced Routing
- Session Class Integration
- Calling session functions with SSC</description>
		<content:encoded><![CDATA[<p>im working on obullo style directory routing </p>
<p>CI directory route:  /class/method/arguments&#8230;<br />
Obullo will be like this:  /directory/class/method/arguments..</p>
<p>and about part2&#8217;s session class it was just an example and it was very basic.I will integrate CI session class to Obullo because of its very secure.</p>
<p>So part 4 subjects:<br />
- Advanced Routing<br />
- Session Class Integration<br />
- Calling session functions with SSC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: way</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-826</link>
		<dc:creator>way</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-826</guid>
		<description>What's about Part 4? What can I expect? 
A session and authentification class would be very nice. I wonder, in part 2 there already was a session class!?</description>
		<content:encoded><![CDATA[<p>What&#8217;s about Part 4? What can I expect?<br />
A session and authentification class would be very nice. I wonder, in part 2 there already was a session class!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neoman</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-823</link>
		<dc:creator>Neoman</dc:creator>
		<pubDate>Sun, 27 Sep 2009 07:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-823</guid>
		<description>Good job! keep working :)</description>
		<content:encoded><![CDATA[<p>Good job! keep working <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignas</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-822</link>
		<dc:creator>Ignas</dc:creator>
		<pubDate>Sun, 27 Sep 2009 06:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-822</guid>
		<description>I found this series today and I must say - it's very interesting and I hope you'll continue to work on this :) Thanks man!</description>
		<content:encoded><![CDATA[<p>I found this series today and I must say - it&#8217;s very interesting and I hope you&#8217;ll continue to work on this <img src='http://develturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Way</title>
		<link>http://develturk.com/2009/09/26/writing-a-php5-mvc-framework-part3-intregrating-ci-router-to-obullo-and-learning-ssc-pattern/comment-page-1/#comment-818</link>
		<dc:creator>Way</dc:creator>
		<pubDate>Sat, 26 Sep 2009 23:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=194#comment-818</guid>
		<description>Absolute fantastic work. I'm a big fan of your MVC Framework series and the SSC is a really interesting thing. I'm looking forward to the next part(s). 
Keep going ;)</description>
		<content:encoded><![CDATA[<p>Absolute fantastic work. I&#8217;m a big fan of your MVC Framework series and the SSC is a really interesting thing. I&#8217;m looking forward to the next part(s).<br />
Keep going <img src='http://develturk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
