<?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: New term in the PHP World: Introducing the MVC - SSC Pattern</title>
	<atom:link href="http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/</link>
	<description>Ersin Güvenç's Personal Development Blog</description>
	<pubDate>Fri, 30 Jul 2010 22:39:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ersin</title>
		<link>http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/comment-page-1/#comment-1040</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Sat, 21 Nov 2009 16:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=183#comment-1040</guid>
		<description>&lt;strong&gt;Note&lt;/strong&gt;

Advantages of SSC: 
- Your codes will be minimal
- Pattern prevents all confisuon
- Readability go up
- You will wriite less code

Disadvantages: 
- All predefined SSC functions reserved in current controller.So you can't use them in your controller.Forexample you can't declare &lt;b&gt;post&lt;/b&gt; function in the controller because of it defined before  in SSC class &lt;strong&gt;(ob::post)&lt;/strong&gt; which extend to Controller.</description>
		<content:encoded><![CDATA[<p><strong>Note</strong></p>
<p>Advantages of SSC:<br />
- Your codes will be minimal<br />
- Pattern prevents all confisuon<br />
- Readability go up<br />
- You will wriite less code</p>
<p>Disadvantages:<br />
- All predefined SSC functions reserved in current controller.So you can&#8217;t use them in your controller.Forexample you can&#8217;t declare <b>post</b> function in the controller because of it defined before  in SSC class <strong>(ob::post)</strong> which extend to Controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mõmmi &#187; Arhiiv &#187; Huvitavaid linke</title>
		<link>http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/comment-page-1/#comment-1038</link>
		<dc:creator>mõmmi &#187; Arhiiv &#187; Huvitavaid linke</dc:creator>
		<pubDate>Sat, 21 Nov 2009 14:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=183#comment-1038</guid>
		<description>[...] PHP http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/ [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP <a href="http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/" rel="nofollow">http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writing a PHP5 MVC Framework Part3: Intregrating CI Router to Obullo and Learning SSC Pattern - Php Developer - Istanbul</title>
		<link>http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/comment-page-1/#comment-813</link>
		<dc:creator>Writing a PHP5 MVC Framework Part3: Intregrating CI Router to Obullo and Learning SSC Pattern - Php Developer - Istanbul</dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=183#comment-813</guid>
		<description>[...] MVC-SSC:  SSC (Super Static Controllers) pattern a new term that i found in the php world.Look at (http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/) We have three main classes; Controller , Model and Library which extends to Ob class.ob , user, [...]</description>
		<content:encoded><![CDATA[<p>[...] MVC-SSC:  SSC (Super Static Controllers) pattern a new term that i found in the php world.Look at (http://develturk.com/2009/09/25/new-term-in-the-php-world-introducing-new-php-mvc-ssc-pattern/) We have three main classes; Controller , Model and Library which extends to Ob class.ob , user, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
