<?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>Brenton Alker&#039;s Deprecated Behaviour &#187; Zend Framework</title>
	<atom:link href="http://blog.tekerson.com/category/code/php/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tekerson.com</link>
	<description>The inane, sometimes insane, ramblings from the mind of Brenton Alker.</description>
	<lastBuildDate>Mon, 16 Aug 2010 09:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bootstrapping the Doctrine 2.0 Autoloader in Zend Framework</title>
		<link>http://blog.tekerson.com/2009/09/07/bootstrapping-the-doctrine2-autoloader-in-zend-framework/</link>
		<comments>http://blog.tekerson.com/2009/09/07/bootstrapping-the-doctrine2-autoloader-in-zend-framework/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:03:53 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=167</guid>
		<description><![CDATA[Please Note: This post was based on the Alpha release of Doctrine2. They have since added Doctrine\Common\IsolatedClassLoader which (among other things) doesn&#8217;t automatically register itself so we no longer have to unregister it, making things much easier. Doctrine 2.0 looks like it might finally be the ORM framework I have been seeking for PHP. While [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/09/07/bootstrapping-the-doctrine2-autoloader-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dependency Injection Container Resource in Zend Framework</title>
		<link>http://blog.tekerson.com/2009/07/06/dependency-injection-container-resource-in-zend-framework/</link>
		<comments>http://blog.tekerson.com/2009/07/06/dependency-injection-container-resource-in-zend-framework/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 17:00:51 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=158</guid>
		<description><![CDATA[A good dependency injection container is a godsend when it comes to managing the dependency tree of even a moderately complex domain model. As such, it comes as no surprise there has been much discussion about them of late in the PHP and Zend Framework communities. Based on the Yadif and Benjamin Eberlei&#8217;s recent look [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/07/06/dependency-injection-container-resource-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a Modular Application in Zend Framework &#8211; Part 2</title>
		<link>http://blog.tekerson.com/2009/06/27/building-a-modular-application-in-zend-framework-part-2/</link>
		<comments>http://blog.tekerson.com/2009/06/27/building-a-modular-application-in-zend-framework-part-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:43:35 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=139</guid>
		<description><![CDATA[Welcome to part two of the series exploring the modular application structure in Zend Framework. With the basic application set up in part one, we can get down to actually creating our first module. We&#8217;re going to refactor the official quickstarts guestbook. This will let us focus on the modular structure without getting bogged down [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/06/27/building-a-modular-application-in-zend-framework-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building a Modular Application in Zend Framework &#8211; Part 1</title>
		<link>http://blog.tekerson.com/2009/06/17/building-a-modular-application-in-zend-framework-part-1/</link>
		<comments>http://blog.tekerson.com/2009/06/17/building-a-modular-application-in-zend-framework-part-1/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:45:29 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=128</guid>
		<description><![CDATA[This is part one of a series exploring modular application development in Zend Framework. In this entry we&#8217;ll look at downloading and installing Zend Framework, especially Zend_Tool, on a Linux environment. We&#8217;ll start from the beginning so that future posts can build on a known environment. Throughout this post, the code snippets are copy/paste ready, [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/06/17/building-a-modular-application-in-zend-framework-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Quebec Wrap-up from a Conference Newb</title>
		<link>http://blog.tekerson.com/2009/03/11/php-quebec-wrap-up-from-a-conference-newb/</link>
		<comments>http://blog.tekerson.com/2009/03/11/php-quebec-wrap-up-from-a-conference-newb/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 01:02:09 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpc]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=103</guid>
		<description><![CDATA[As I am in Canada for only 3 more weeks, and we don&#8217;t get too many PHP conferences in Brisbane, I took the opportunity to attended my first ever PHP conference. I thought I would share my thoughts, and maybe those more experienced can help me do it &#8220;better&#8221; next time. After flying across the [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/03/11/php-quebec-wrap-up-from-a-conference-newb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Environment specific bootstrapping for Zend Framework</title>
		<link>http://blog.tekerson.com/2009/02/13/environment-specific-bootstrapping-for-zend-framework/</link>
		<comments>http://blog.tekerson.com/2009/02/13/environment-specific-bootstrapping-for-zend-framework/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:40:05 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=91</guid>
		<description><![CDATA[When you build an application, it is often deployed to a number of servers each with a different set of configurations. The development and production servers, with different debug, logging, and database details is an obvious example. Many approaches I have seen to dealing with this, including Anis uddin Ahmad&#8217;s post that inspired this one, [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/02/13/environment-specific-bootstrapping-for-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Mapper Pattern in PHP</title>
		<link>http://blog.tekerson.com/2008/12/17/data-mapper-pattern-in-php/</link>
		<comments>http://blog.tekerson.com/2008/12/17/data-mapper-pattern-in-php/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 22:58:14 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=60</guid>
		<description><![CDATA[I have been trying to get together a post on the Data Mapper pattern since I started experimenting with it in a personal project. It seems to me to be a fantastic answer to the decoupling of in-memory data objects and the data store. I still don&#8217;t have all the answers, but Rob Allen&#8217;s recent [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2008/12/17/data-mapper-pattern-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated Extension to Zend Framework&#8217;s ViewRenderer to Add Layouts</title>
		<link>http://blog.tekerson.com/2007/09/19/updated-extension-to-zend-frameworks-viewrenderer-to-add-layouts/</link>
		<comments>http://blog.tekerson.com/2007/09/19/updated-extension-to-zend-frameworks-viewrenderer-to-add-layouts/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 03:33:34 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/09/19/updated-extension-to-zend-frameworks-viewrenderer-to-add-layouts/</guid>
		<description><![CDATA[A few months back, when I was first starting with the Zend Framework, I posted my extension to the ViewRenderer helper. This is the helper that the Controller uses to work with the View. My extension was in order to implement site-wide and controller-wide layouts, allowing a consistent look and feel in an application. I [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/09/19/updated-extension-to-zend-frameworks-viewrenderer-to-add-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Zend Framework&#8217;s ViewRenderer Helper to Allow Application and Controller Page Layouts</title>
		<link>http://blog.tekerson.com/2007/06/26/extending-zend-frameworks-viewrenderer-helper-to-allow-application-and-controller-page-layouts/</link>
		<comments>http://blog.tekerson.com/2007/06/26/extending-zend-frameworks-viewrenderer-helper-to-allow-application-and-controller-page-layouts/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 15:48:17 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/06/26/extending-zend-frameworks-viewrenderer-helper-to-allow-application-and-controller-page-layouts/</guid>
		<description><![CDATA[I intend to do a write-up of my experiences choosing a PHP framework, but for now, I just thought I would share this. One of the out-of-the-box features that the Zend Framework is missing is &#34;layouts&#34;. These are the templates that contain the elements that are present on every (or at least almost every) page [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/06/26/extending-zend-frameworks-viewrenderer-helper-to-allow-application-and-controller-page-layouts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

