<?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>Naneau &#187; Zend Framework</title>
	<atom:link href="http://naneau.nl/category/web-development/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Sun, 24 Jan 2010 18:19:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Router abuse</title>
		<link>http://naneau.nl/2008/06/03/router-abuse/</link>
		<comments>http://naneau.nl/2008/06/03/router-abuse/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 17:28:34 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2008/06/03/router-abuse/</guid>
		<description><![CDATA[Routing?
Today a post about Routing, that&#8217;s right, a real new post! How to use routes to get from a (nice looking) URL to modules/controllers/actions is something that has been explained in dept here and at other places. This post is not about that. This post is about how to use the router to reverse the [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2008/06/03/router-abuse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fun with the ViewRenderer</title>
		<link>http://naneau.nl/2007/09/27/fun-with-the-viewrenderer/</link>
		<comments>http://naneau.nl/2007/09/27/fun-with-the-viewrenderer/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 13:11:27 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/09/27/fun-with-the-viewrenderer/</guid>
		<description><![CDATA[The ViewRenderer
Really, there is fun to be had! Since it&#8217;s introduction, the ViewRenderer had caused headaches and frustration. It is the one thing that glues the Controller and View parts of Zend&#8217;s MVC implementation together. As such, it ties in strongly with your code and is likely to cause confusion if you don&#8217;t know what [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/09/27/fun-with-the-viewrenderer/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Working on the wiki</title>
		<link>http://naneau.nl/2007/07/13/working-on-the-wiki/</link>
		<comments>http://naneau.nl/2007/07/13/working-on-the-wiki/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 19:06:48 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/07/13/working-on-the-wiki/</guid>
		<description><![CDATA[Last night, SpotSec and I had the great idea of starting a little knowledge base for the Zend Framework. We have both noticed a number of frequent problems people (not just noobs) run into while trying to use the framework. While we intend to set up a proper knowledge base later (probably building some kind [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/07/13/working-on-the-wiki/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Use the URL view helper, please</title>
		<link>http://naneau.nl/2007/07/08/use-the-url-view-helper-please/</link>
		<comments>http://naneau.nl/2007/07/08/use-the-url-view-helper-please/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 15:42:18 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/07/08/use-the-url-view-helper-please/</guid>
		<description><![CDATA[When writing views, some time sooner or later, you&#8217;re going to be creating links to your own pages. Because you don&#8217;t want to end up writing relative URLs (they will not work, because the browser will add them to the current path), you need to have some kind of a base URL. A lot of [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/07/08/use-the-url-view-helper-please/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Module-based error handling</title>
		<link>http://naneau.nl/2007/07/03/module-based-error-handling/</link>
		<comments>http://naneau.nl/2007/07/03/module-based-error-handling/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 13:54:24 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/07/03/module-based-error-handling/</guid>
		<description><![CDATA[Just a short post today. #zftalk is a good source of inspiration for me. Today Dan asked if it was possible to make the error handler use an ErrorController based on the module the error occurred in. There are some good reasons for why you would want this. For instance, your module may raise errors [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/07/03/module-based-error-handling/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Timing your scripts</title>
		<link>http://naneau.nl/2007/07/02/timing-your-scripts/</link>
		<comments>http://naneau.nl/2007/07/02/timing-your-scripts/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 15:24:58 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/07/02/timing-your-scripts/</guid>
		<description><![CDATA[We all have to optimize, sometimes. Most people hate it, and for good reasons. There&#8217;s a real trade-off between code readability and clarity versus optimization. To get information on how your scripts are performing you&#8217;ll need to run software like xdebug. That works fine, especially during development.
But sometimes you just want some quick info on [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/07/02/timing-your-scripts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lorem ipsum view helper</title>
		<link>http://naneau.nl/2007/06/18/lorem-ipsum-view-helper/</link>
		<comments>http://naneau.nl/2007/06/18/lorem-ipsum-view-helper/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 13:39:58 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/06/18/lorem-ipsum-view-helper/</guid>
		<description><![CDATA[A while ago I wrote a little lorem ipsum class. I use it a lot when creating mock-ups. Having realistic filler text really helps with visualizing things.
When I wrote about view helpers the other day it dawned on me that I&#8217;ve never posted the view helper I created for use with the lorem ipsum class. [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/06/18/lorem-ipsum-view-helper/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Helpers and plugins</title>
		<link>http://naneau.nl/2007/06/15/helpers-and-plugins/</link>
		<comments>http://naneau.nl/2007/06/15/helpers-and-plugins/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 22:34:48 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/06/15/helpers-and-plugins/</guid>
		<description><![CDATA[For people new to the Zend Framework the way it implements the model view controller  (MVC) pattern may be a bit confusing. While the basic structure couldn&#8217;t be easier, it&#8217;s the details that cause problems. I&#8217;m going to have a go at trying to explain some of them here. I hope it helps. If [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/06/15/helpers-and-plugins/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>View helpers</title>
		<link>http://naneau.nl/2007/06/14/view-helpers/</link>
		<comments>http://naneau.nl/2007/06/14/view-helpers/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 16:23:28 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/06/14/view-helpers/</guid>
		<description><![CDATA[Another post on views today. But this will be a short one. See, I believe not enough focus is put on the usefulness of view helpers. When trying to separate design from logic, I believe that all things that can be removed from a view should be. 
View helpers can come in quite nicely there. [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/06/14/view-helpers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An object assigning action helper</title>
		<link>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/</link>
		<comments>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 23:36:00 +0000</pubDate>
		<dc:creator>Naneau</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://naneau.nl/2007/06/10/an-object-assigning-action-helper/</guid>
		<description><![CDATA[I&#8217;m sorry for the cryptic title, but I&#8217;ll explain it. One of the major challenges in software design nowadays is portability. It&#8217;s one of the cornerstones of object oriented programming. The basic idea being that if you define a class that describes some kind of thing, in any other applications that work with the same [...]]]></description>
		<wfw:commentRss>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
