<?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>TheJim - Having some CakePHP with PHPAMF &#187; Zend Framework</title>
	<atom:link href="http://thejim.me.uk/category/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejim.me.uk</link>
	<description>Not liking the bitter bitter taste of this cake!</description>
	<lastBuildDate>Mon, 26 Apr 2010 10:32:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHPUnit Mock Zend_Session_Namespace throws Zend_Session_Exception</title>
		<link>http://thejim.me.uk/2010/04/23/phpunit-mock-zend_session_namespace-throws-zend_session_exception/</link>
		<comments>http://thejim.me.uk/2010/04/23/phpunit-mock-zend_session_namespace-throws-zend_session_exception/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:00:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/?p=72</guid>
		<description><![CDATA[While working with PHPUnit and doing some TDD (tests driven development) I came across and interesting issue while attempting to mock up the Zend_Session_Namespace.
The class in question was performing a setSessionNs() method which required a Zend_Session_Namespace.
e.g. $class-&#62;setSessionNs(new Zend_Session_Namespace(&#8217;test&#8217;));
So to eliminate the use of the session namespace within the class, and thus to test it as [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2010/04/23/phpunit-mock-zend_session_namespace-throws-zend_session_exception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework Routes and Navigation</title>
		<link>http://thejim.me.uk/2010/03/10/zend-framework-routes-and-navigation/</link>
		<comments>http://thejim.me.uk/2010/03/10/zend-framework-routes-and-navigation/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 11:17:48 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Navigation]]></category>
		<category><![CDATA[Zend_Route]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/?p=65</guid>
		<description><![CDATA[Having spent a few hours attempting to work out why Zend_Navigation was refusing to place the built-in &#8220;active&#8221; css class onto my navigation elements while being in the correct module/controller/action I finally resolved the issue:
It came down the custom routes!
If you have custom routes and you find your navigation is not correctly highlighting  it&#8217;s probably [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2010/03/10/zend-framework-routes-and-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Loader isReadable causing trigger error problem</title>
		<link>http://thejim.me.uk/2008/12/08/zend-loader-isreadable-causing-trigger-error-problem/</link>
		<comments>http://thejim.me.uk/2008/12/08/zend-loader-isreadable-causing-trigger-error-problem/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 15:19:57 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/2008/12/08/zend-loader-isreadable-causing-trigger-error-problem/</guid>
		<description><![CDATA[I noted recently while writing a debugging error logging plugin for the Zend Framework that I was getting some E_WARNING&#8217;s logged in the database table it was utilising.
Having analysed the information a little further I realised that the framework was doing something rather funky. I had structured the application to be a modular layout as [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2008/12/08/zend-loader-isreadable-causing-trigger-error-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
