<?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: Contact</title>
	<atom:link href="http://develturk.com/ersin-guvenc-contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://develturk.com</link>
	<description>Ersin Güvenç's Personal Development Blog</description>
	<pubDate>Fri, 30 Jul 2010 22:40:06 +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/ersin-guvenc-contact/comment-page-1/#comment-807</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 19:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?page_id=51#comment-807</guid>
		<description>I think  using __autoload functionality in a php5 framework uneccessary , isn't good idea beacuse its not flexible for centralized jobs. When your codes grow up you will see you can't control them easily. (also this same for  __get , __set  functionalities ).

It just include files automatically this is very basic functionality.It does not make sense anything for memory performance of our framework.

You know configurable and intelligible codes heart of a framework.You should use __autoload functionality for standalone scripts. 

And Registry functionality not same with __autoload , registry is a automation tool for Singleton Pattern. Look at. (http://develturk.com/2009/04/17/prevent-duplication-of-memory-with-php5-singleton-design-pattern/) 

Thanks for your good questions.</description>
		<content:encoded><![CDATA[<p>I think  using __autoload functionality in a php5 framework uneccessary , isn&#8217;t good idea beacuse its not flexible for centralized jobs. When your codes grow up you will see you can&#8217;t control them easily. (also this same for  __get , __set  functionalities ).</p>
<p>It just include files automatically this is very basic functionality.It does not make sense anything for memory performance of our framework.</p>
<p>You know configurable and intelligible codes heart of a framework.You should use __autoload functionality for standalone scripts. </p>
<p>And Registry functionality not same with __autoload , registry is a automation tool for Singleton Pattern. Look at. (http://develturk.com/2009/04/17/prevent-duplication-of-memory-with-php5-singleton-design-pattern/) </p>
<p>Thanks for your good questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solved.pl</title>
		<link>http://develturk.com/ersin-guvenc-contact/comment-page-1/#comment-806</link>
		<dc:creator>solved.pl</dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?page_id=51#comment-806</guid>
		<description>Quick question. Is a registry really necessary or good practice? If so for what items? Controllers? Views?

For example if you've heard of Flourish(www.flourishlib.com) they use autoloading static functions. Is that a better solution then a registry? or worse? Or maybe have both work together?

Just a question cause i cant find any pros and cons regarding registry class nor autoloading static classes. You seem to, pardon my french, "know your shit" ;)
so I figured your my best source for answers heh</description>
		<content:encoded><![CDATA[<p>Quick question. Is a registry really necessary or good practice? If so for what items? Controllers? Views?</p>
<p>For example if you&#8217;ve heard of Flourish(www.flourishlib.com) they use autoloading static functions. Is that a better solution then a registry? or worse? Or maybe have both work together?</p>
<p>Just a question cause i cant find any pros and cons regarding registry class nor autoloading static classes. You seem to, pardon my french, &#8220;know your shit&#8221; <img src='http://develturk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
so I figured your my best source for answers heh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
