<?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: Custom Zend_Application Resources</title>
	<atom:link href="http://akrabat.com/zend-framework/custom-zend_application-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/custom-zend_application-resources/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://akrabat.com/zend-framework/custom-zend_application-resources/#comment-30098</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=889#comment-30098</guid>
		<description>Fernando: Generally anything you do that is either a global resource (like CouchDB connections) or a plugin required at boot is usually tossed in its own resource.

I usually keep around separate resources for my Cache object, Doctrine setup and connection, ACL setup, Debugging plugins, jQuery setup, etc.

So yes, it would most likely be best to make your Smarty integration a separate application resource.</description>
		<content:encoded><![CDATA[<p>Fernando: Generally anything you do that is either a global resource (like CouchDB connections) or a plugin required at boot is usually tossed in its own resource.</p>
<p>I usually keep around separate resources for my Cache object, Doctrine setup and connection, ACL setup, Debugging plugins, jQuery setup, etc.</p>
<p>So yes, it would most likely be best to make your Smarty integration a separate application resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://akrabat.com/zend-framework/custom-zend_application-resources/#comment-30060</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=889#comment-30060</guid>
		<description>Nice post. In case of Smarty integration, the best solution would be creating a plugin like this one?</description>
		<content:encoded><![CDATA[<p>Nice post. In case of Smarty integration, the best solution would be creating a plugin like this one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

