<?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>just another developer &#187; Zend Framework</title>
	<atom:link href="http://justanotherdeveloper.co.uk/category/php/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanotherdeveloper.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 10:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setting up Zend Framework from PEAR</title>
		<link>http://justanotherdeveloper.co.uk/php/setting-up-zend-framework-from-pear/</link>
		<comments>http://justanotherdeveloper.co.uk/php/setting-up-zend-framework-from-pear/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:37:29 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=167</guid>
		<description><![CDATA[Alright, so I&#8217;ve just changed my VPS provider because 1&#038;1 are shit and my buddy Andy runs a good hosting gig http://www.theserve.com/. We&#8217;re running our stuff one one of his VPS&#8217;s until September and will more than likely move to a dedicated server once we move office. Any way! One of the teething issues I]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/setting-up-zend-framework-from-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There has to be an easier way :(</title>
		<link>http://justanotherdeveloper.co.uk/php/there-has-to-be-an-easier-way/</link>
		<comments>http://justanotherdeveloper.co.uk/php/there-has-to-be-an-easier-way/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 00:37:16 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[left join]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[Zend_Db_Table_Abstract]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=161</guid>
		<description><![CDATA[So I&#8217;m working on a project, and I want to find all of the rows that don&#8217;t have a row in it&#8217;s related table using Zend_Db_Table_Select&#8230; Simple right? Not really . In theory this would be the query that I would write&#8230; SELECT author.id FROM author LEFT JOIN project ON project.author_id = author.id WHERE project.author_id]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/there-has-to-be-an-easier-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZEND FRAMEWORK 1.10 IS OUT!</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-1-10-is-out/</link>
		<comments>http://justanotherdeveloper.co.uk/php/zend-framework-1-10-is-out/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 22:45:35 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=159</guid>
		<description><![CDATA[Zend Framework 1.10 is out, and with it a bunch of new features, and for once&#8230; the documentation is VERY helpful! For those having problems getting their head around Zend_Acl check out this tutorial&#8230; http://framework.zend.com/manual/en/learning.multiuser.authorization.html]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/zend-framework-1-10-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY!</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/</link>
		<comments>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:43:58 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[aro]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104</guid>
		<description><![CDATA[Ok, so after playing around with Zend_Acl for what seems like forever I&#8217;ve finally cracked what feels like the perfect marriage between Zend_Acl, Zend_Auth and an application. You may ask yourself, why the fuck is it so hard? The simple answer is this&#8230; Zend_Acl was designed in such a way that it does not require]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Non-existant fields Zend_Db_Table_Abstract</title>
		<link>http://justanotherdeveloper.co.uk/php/non-existant-fields-zend_db_table_abstract/</link>
		<comments>http://justanotherdeveloper.co.uk/php/non-existant-fields-zend_db_table_abstract/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 02:57:08 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Db_Table_Abstract]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=60</guid>
		<description><![CDATA[I&#8217;d run into a problem in the Zend Table where when inserting data from a form, if a field didn&#8217;t exist in the database ZF would crap out with an exception. Having to unset posted variables I didn&#8217;t need, meant more typing, more typing meant more unnecessary code. I found the easiest way to get]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/non-existant-fields-zend_db_table_abstract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Acl Db Storage</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-db-storage/</link>
		<comments>http://justanotherdeveloper.co.uk/php/zend_acl-db-storage/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:20:56 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[aro]]></category>

		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=38</guid>
		<description><![CDATA[I&#8217;ve spent the last few hours trying to extend Zend_Acl_Role_Registry and Zend_Acl to support Db storage, when it just hit me what I&#8217;m actually trying to do, and a much easier way to do it! Zend_Acl Storage Mechanism Zend_Acl doesn&#8217;t store your ACL&#8217;s and ARO&#8217;s it simply holds it at run time and leaves it]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/zend_acl-db-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework and DoJo</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/</link>
		<comments>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:29:21 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3</guid>
		<description><![CDATA[I pretty much wet my self when ZF announced that they&#8217;d be integrating Dojo with the next iteration, and low and behold the first RC was made publicly available a few days ago. I literally dived in head first today, only to find the documentation was some what lacking. I don&#8217;t think the documentation is]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>
