<?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>Hot Dorkage &#187; Zend Framework</title>
	<atom:link href="http://dorkage.net/categories/geekster/zend-framework-geekster/feed/" rel="self" type="application/rss+xml" />
	<link>http://dorkage.net</link>
	<description>überblog geek life, humour, insights, and meta stuff</description>
	<lastBuildDate>Sun, 20 Jun 2010 20:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Zend Framework and Doctrine</title>
		<link>http://dorkage.net/blog/2009/11/19/zend-framework-and-doctrine/</link>
		<comments>http://dorkage.net/blog/2009/11/19/zend-framework-and-doctrine/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:44:19 +0000</pubDate>
		<dc:creator>Colleen</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Automatic Generation]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://dorkage.net/?p=981</guid>
		<description><![CDATA[<p>Well it&#8217;s looking like Doctrine is the heavy weight data mapping solution of the lot.  Zend Framework was often criticized for having no serious Model methods.  Models was just sort of where you put your nuts and bolts database code.  Some folks like the structure of the Active Record model that you see <span style="color:#777"> . . . &#8594; Read More: <a href="http://dorkage.net/blog/2009/11/19/zend-framework-and-doctrine/">Zend Framework and Doctrine</a></span>]]></description>
		<wfw:commentRss>http://dorkage.net/blog/2009/11/19/zend-framework-and-doctrine/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Alternatives to Zend Framework</title>
		<link>http://dorkage.net/blog/2009/08/26/alternatives-to-zend-framework/</link>
		<comments>http://dorkage.net/blog/2009/08/26/alternatives-to-zend-framework/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:55:56 +0000</pubDate>
		<dc:creator>Colleen</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Alternatives]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[older versions]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perpetual license]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend Studio]]></category>
		<category><![CDATA[Zend Studio 5.2]]></category>

		<guid isPermaLink="false">http://dorkage.net/?p=938</guid>
		<description><![CDATA[<p>I am currently feeling very conflicted about Zend and everything associated with it.  I heard a statement the other night by a guy who was talking about CakePHP that hit the nail on the head.  Paraphrasing what he said, </p>
<p>&#8220;There is nothing wrong with Zend Framework, but you just get this feeling with Zend <span style="color:#777"> . . . &#8594; Read More: <a href="http://dorkage.net/blog/2009/08/26/alternatives-to-zend-framework/">Alternatives to Zend Framework</a></span>]]></description>
		<wfw:commentRss>http://dorkage.net/blog/2009/08/26/alternatives-to-zend-framework/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>OW! Zend Framework bit me OR Careful with that config</title>
		<link>http://dorkage.net/blog/2009/05/28/ow-zend-framework-bit-me-or-careful-with-that-config/</link>
		<comments>http://dorkage.net/blog/2009/05/28/ow-zend-framework-bit-me-or-careful-with-that-config/#comments</comments>
		<pubDate>Thu, 28 May 2009 16:07:04 +0000</pubDate>
		<dc:creator>Colleen</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[apostrophes]]></category>
		<category><![CDATA[application.ini]]></category>
		<category><![CDATA[config file]]></category>
		<category><![CDATA[database file]]></category>
		<category><![CDATA[illegal file name]]></category>
		<category><![CDATA[PDO_SQL]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[single quotes]]></category>

		<guid isPermaLink="false">http://dorkage.net/?p=781</guid>
		<description><![CDATA[<p> Ouch!  I just solved a puzzling error in Zend Framework.  It was telling me that I had an illegal file name.  While the trace never did point to the exact line in my code that triggered it, it clearly had something to do with a PDO_SQL database.  </p>
<p>I checked the database <span style="color:#777"> . . . &#8594; Read More: <a href="http://dorkage.net/blog/2009/05/28/ow-zend-framework-bit-me-or-careful-with-that-config/">OW! Zend Framework bit me OR Careful with that config</a></span>]]></description>
		<wfw:commentRss>http://dorkage.net/blog/2009/05/28/ow-zend-framework-bit-me-or-careful-with-that-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
