<?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: Zend_Loader humm&#8230;</title>
	<atom:link href="http://www.armando.ws/2008/04/zend_loader-humm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.armando.ws/2008/04/zend_loader-humm/</link>
	<description>All things Technical and Personal - Armando Padilla</description>
	<lastBuildDate>Wed, 29 Dec 2010 11:09:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: TRAVIS</title>
		<link>http://www.armando.ws/2008/04/zend_loader-humm/comment-page-1/#comment-52319</link>
		<dc:creator>TRAVIS</dc:creator>
		<pubDate>Sat, 11 Sep 2010 11:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.armando.ws/?p=182#comment-52319</guid>
		<description>&lt;strong&gt;&lt;blockquote&gt;&lt;a href=&quot;http://cheaptabletsonline.com/&quot; rel=&quot;nofollow&quot;&gt;CheapTabletsOnline.Com. Canadian Health&amp;Care.Best quality drugs.Special Internet Prices.No prescription online pharmacy. High quality drugs. Order drugs online&lt;/a&gt;...&lt;/strong&gt;

Buy:Prednisolone.Zovirax.Arimidex.Prevacid.Actos.Mega Hoodia.100% Pure Okinawan Coral Calcium.Retin-A.Petcam (Metacam) Oral Suspension.Synthroid.Lumigan.Accutane.Valtrex.Human Growth Hormone.Nexium.Zyban....</description>
		<content:encoded><![CDATA[<p><strong><br />
<blockquote><a href="http://cheaptabletsonline.com/" rel="nofollow">CheapTabletsOnline.Com. Canadian Health&amp;Care.Best quality drugs.Special Internet Prices.No prescription online pharmacy. High quality drugs. Order drugs online</a>&#8230;</p></blockquote>
<p></strong></p>
<p>Buy:Prednisolone.Zovirax.Arimidex.Prevacid.Actos.Mega Hoodia.100% Pure Okinawan Coral Calcium.Retin-A.Petcam (Metacam) Oral Suspension.Synthroid.Lumigan.Accutane.Valtrex.Human Growth Hormone.Nexium.Zyban&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://www.armando.ws/2008/04/zend_loader-humm/comment-page-1/#comment-2084</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Tue, 22 Apr 2008 13:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.armando.ws/?p=182#comment-2084</guid>
		<description>The author of Zend_Cache is a big performance zealot, so I&#039;m not surprised to read of that comment. :-)

One of our engineers did some benchmarking of Zend_Loader coming into the 1.0.4 and 1.5.0 releases to determine how it stacks up to require_once calls. The results were interesting -- Zend_Loader is typically only a few percentage points slower than using require_once.

Currently, within the ZF codebase, we encourage using require_once over Zend_Loader *unless* the class name is being calculated dynamically -- such as with plugins and helpers. This helps with class detection in IDEs as well as with API documentation generation. For applications built on top of ZF, we encourage using autoloading, via Zend_Loader::registerAutoload(). This makes development easier for the developer as they do not need to track their dependencies, and makes the code more readable. 

Looking forward to 2.0, we will likely move to all autoloading. With the improvements in the 5.2.x PHP series regarding the realpath cache, the differences in performance between autoloading and using require_once are nominal, and the benefits to development of using autoloading are tremendous.</description>
		<content:encoded><![CDATA[<p>The author of Zend_Cache is a big performance zealot, so I&#8217;m not surprised to read of that comment. <img src='http://www.armando.ws/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>One of our engineers did some benchmarking of Zend_Loader coming into the 1.0.4 and 1.5.0 releases to determine how it stacks up to require_once calls. The results were interesting &#8212; Zend_Loader is typically only a few percentage points slower than using require_once.</p>
<p>Currently, within the ZF codebase, we encourage using require_once over Zend_Loader *unless* the class name is being calculated dynamically &#8212; such as with plugins and helpers. This helps with class detection in IDEs as well as with API documentation generation. For applications built on top of ZF, we encourage using autoloading, via Zend_Loader::registerAutoload(). This makes development easier for the developer as they do not need to track their dependencies, and makes the code more readable. </p>
<p>Looking forward to 2.0, we will likely move to all autoloading. With the improvements in the 5.2.x PHP series regarding the realpath cache, the differences in performance between autoloading and using require_once are nominal, and the benefits to development of using autoloading are tremendous.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

