<?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; PHP</title>
	<atom:link href="http://justanotherdeveloper.co.uk/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanotherdeveloper.co.uk</link>
	<description></description>
	<lastBuildDate>Mon, 10 Jan 2011 14:34:24 +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>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; After toying with Zend_Table for a while I&#8217;ve managed to figure out how]]></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>15</slash:comments>
		</item>
		<item>
		<title>PHP Variable Variables</title>
		<link>http://justanotherdeveloper.co.uk/php/php-variable-variables/</link>
		<comments>http://justanotherdeveloper.co.uk/php/php-variable-variables/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:34:39 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=94</guid>
		<description><![CDATA[Whilst I don&#8217;t advocate assigning variable variables, there are times when you need to create variables in PHP dynamically. What is a Variable Variable? A variable variable is a variable that can be set dynamically. For instance the normal way to create a variable in PHP would be: But what happens when you&#8217;re setting a]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/php-variable-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Shortcuts</title>
		<link>http://justanotherdeveloper.co.uk/php/eclipse-shortcuts/</link>
		<comments>http://justanotherdeveloper.co.uk/php/eclipse-shortcuts/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 13:29:52 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=74</guid>
		<description><![CDATA[Right clicking to create new table classes in Zend Studio for Eclipse can get very annoying. The best solution is to create shortcut for it. To do this: open up preferences (cmd + , if you&#8217;re on a mac). type in &#8220;keys&#8221; without the quotation marks. to the right enter &#8220;Zend Table&#8221; into the &#8220;type]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/eclipse-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</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>Meta Data</title>
		<link>http://justanotherdeveloper.co.uk/php/meta-data/</link>
		<comments>http://justanotherdeveloper.co.uk/php/meta-data/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 02:22:09 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=53</guid>
		<description><![CDATA[Over at fishrod we&#8217;re developing our new CMS based on the new Zend Framework 1.7 (biting our nails for 2.0 to be released so we can relax for at least 3 months). One of the issues that always arises when developing a Content Management System for our clients is the amount of flexibility we want]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Development</title>
		<link>http://justanotherdeveloper.co.uk/php/agile-development/</link>
		<comments>http://justanotherdeveloper.co.uk/php/agile-development/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:12:20 +0000</pubDate>
		<dc:creator>Gavin Williams</dc:creator>
				<category><![CDATA[Development Strategies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=44</guid>
		<description><![CDATA[Working at Channel 4 I&#8217;ve been introduced to Agile Development, to sum it up in one sentence&#8230; &#8220;It&#8217;s a way of working in a development team, where the specification for a project is constantly changing and the waterfall approach (you get a spec, build to it over a long period of time, get feedback and]]></description>
		<wfw:commentRss>http://justanotherdeveloper.co.uk/php/agile-development/feed/</wfw:commentRss>
		<slash:comments>5</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>
	</channel>
</rss>

