<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Offshoot Blog &#187; Zend Framework</title>
	<atom:link href="http://offshootinc.com/blog/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://offshootinc.com/blog</link>
	<description>We Get Stuff Done. :)</description>
	<lastBuildDate>Fri, 16 Dec 2011 18:10:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Module Bootstrapping in Zend Framework</title>
		<link>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/</link>
		<comments>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 21:54:42 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Modular Bootstrapping]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://offshootinc.com/blog/?p=1077</guid>
		<description><![CDATA[It seems that ever since the 1.8 release of Zend Framework (where they introduced the new application bootstrapping), there has been a lot of discussion about the way that module bootstrapping is handled. I think most programmers, myself included, tend &#8230; <a href="http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2011/02/11/modul-bootstrapping-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hostname matching with Zend_Controller_Router_Route_Hostname</title>
		<link>http://offshootinc.com/blog/2010/04/02/hostname-matching-with-zend_controller_router_route_hostname/</link>
		<comments>http://offshootinc.com/blog/2010/04/02/hostname-matching-with-zend_controller_router_route_hostname/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 22:31:43 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=878</guid>
		<description><![CDATA[The Zend Framework offers and handy little tool for hostname matching. This means that you can introduce variables into your application&#8217;s URIs. For example, you may want to let users go to a URI like http://chris.yoursite.com or http://neil.yoursite.com and then &#8230; <a href="http://offshootinc.com/blog/2010/04/02/hostname-matching-with-zend_controller_router_route_hostname/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2010/04/02/hostname-matching-with-zend_controller_router_route_hostname/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Review &#8212; Zend Framework 1.8: Web Application Development by Keith Pope</title>
		<link>http://offshootinc.com/blog/2010/03/01/book-review-zend-framework-1-8-web-application-development-by-keith-pope/</link>
		<comments>http://offshootinc.com/blog/2010/03/01/book-review-zend-framework-1-8-web-application-development-by-keith-pope/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:25:35 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend Framework 1.8]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=829</guid>
		<description><![CDATA[I was recently approached by a representative from Packt Publishing to review their newst book on the Zend Framework, Zend Framework 1.8: Web Application Development by Keith Pope. The book is intended to be an introduction to the Zend Framework &#8230; <a href="http://offshootinc.com/blog/2010/03/01/book-review-zend-framework-1-8-web-application-development-by-keith-pope/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2010/03/01/book-review-zend-framework-1-8-web-application-development-by-keith-pope/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Zend_Soap_Client with the Campaign Monitor API</title>
		<link>http://offshootinc.com/blog/2010/02/03/using-zend_soap_client-with-the-campaign-monitor-api/</link>
		<comments>http://offshootinc.com/blog/2010/02/03/using-zend_soap_client-with-the-campaign-monitor-api/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:33:55 +0000</pubDate>
		<dc:creator>Chris Woodford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Campaign Monitor]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=812</guid>
		<description><![CDATA[I recently needed to write a PHP client to integrate with the SOAP side of the Campaign Monitor API. The code was pretty simple and straight-forward, but I was getting a weird error: 101 Invalid ListID. I checked and re-checked &#8230; <a href="http://offshootinc.com/blog/2010/02/03/using-zend_soap_client-with-the-campaign-monitor-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://offshootinc.com/blog/2010/02/03/using-zend_soap_client-with-the-campaign-monitor-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

