<?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"
	>

<channel>
	<title>Zend Framework in Action</title>
	<atom:link href="http://www.zendframeworkinaction.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zendframeworkinaction.com</link>
	<description>A book about the Zend Framework</description>
	<pubDate>Sat, 21 Jun 2008 08:43:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>New Zend Framework in Action MEAP</title>
		<link>http://www.zendframeworkinaction.com/2008/06/21/new-zend-framework-in-action-meap/</link>
		<comments>http://www.zendframeworkinaction.com/2008/06/21/new-zend-framework-in-action-meap/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 08:43:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[The Book]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=60</guid>
		<description><![CDATA[A new Zend Framework in Action MEAP PDF has just been released. This version has the final manuscript before we head into production and fix the bugs in it, typeset it and turn it into printed pages.

The changes for this version are:


Chapter 16, Creating PDFs, has been significantly reworked to include a running example.
New appendix [...]]]></description>
			<content:encoded><![CDATA[<p>A new Zend Framework in Action MEAP PDF has just been released. This version has the final manuscript before we head into production and fix the bugs in it, typeset it and turn it into printed pages.</p>

<p>The changes for this version are:</p>

<ul>
<li>Chapter 16, <em>Creating PDFs</em>, has been significantly reworked to include a running example.</li>
<li>New appendix A, <em>A whistle stop tour of PHP syntax</em>, mainly intended for programmers coming from another language wanting a quick overview of PHP syntax.</li>
<li>Tidy up of all chapters to fix styles and typos. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/06/21/new-zend-framework-in-action-meap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP in Action shows how to test an action controller</title>
		<link>http://www.zendframeworkinaction.com/2008/06/11/php-in-action-shows-how-to-test-an-action-controller/</link>
		<comments>http://www.zendframeworkinaction.com/2008/06/11/php-in-action-shows-how-to-test-an-action-controller/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 21:28:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Around the web]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=59</guid>
		<description><![CDATA[Dagfinn Reiersøl, the author of PHP in Action, has recently posted an article about how to test a Zend Framework action controller. He uses SimpleTest, but the ideas will work equally well with PHPUnit if that&#8217;s your preferred testing framework.

It&#8217;s a good read and once you&#8217;ve read it you should buy his book!
]]></description>
			<content:encoded><![CDATA[<p>Dagfinn Reiersøl, the author of PHP in Action, has recently posted an article about how to <a href="http://www.reiersol.com/blog/1_php_in_action/archive/70_testing_a_zend_framework_action_controller_with_view_helpers.html">test a Zend Framework action controller</a>. He uses SimpleTest, but the ideas will work equally well with PHPUnit if that&#8217;s your preferred testing framework.</p>

<p>It&#8217;s a good read and once you&#8217;ve read it you should <a href="http://www.manning.com/affiliate/idevaffiliate.php?id=625_65">buy his book</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/06/11/php-in-action-shows-how-to-test-an-action-controller/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feed Digests with Zend_Feed</title>
		<link>http://www.zendframeworkinaction.com/2008/06/07/feed-digests-with-zend_feed/</link>
		<comments>http://www.zendframeworkinaction.com/2008/06/07/feed-digests-with-zend_feed/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 16:24:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Around the web]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=58</guid>
		<description><![CDATA[James at GM-RAM has posted an article called Producing a Feed Digest using Zend_Feed. In the article he talks about how Zend_Feed can be used to consume RSS and Atom feeds and produce a digest from them.

He includes sample code that shows how to create a view helper that is responsible for retrieving the feeds [...]]]></description>
			<content:encoded><![CDATA[<p>James at GM-RAM has posted an article called <a href="http://www.gm-ram.co.uk/?p=157">Producing a Feed Digest using Zend_Feed</a>. In the article he talks about how Zend_Feed can be used to consume RSS and Atom feeds and produce a digest from them.</p>

<p>He includes sample code that shows how to create a view helper that is responsible for retrieving the feeds and then creating the the HTML output.</p>

<p>I also recommend having a browse through his other articles about <a href="http://www.gm-ram.co.uk/?cat=3">Zend Framework</a> as clearly GM-RAM have been using ZF on quite a few projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/06/07/feed-digests-with-zend_feed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BBC will be using Zend Framework in the future</title>
		<link>http://www.zendframeworkinaction.com/2008/06/04/bbc-will-be-using-zend-framework-in-the-future/</link>
		<comments>http://www.zendframeworkinaction.com/2008/06/04/bbc-will-be-using-zend-framework-in-the-future/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 10:56:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Around the web]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=57</guid>
		<description><![CDATA[According to news coming out from @media, the BBC will be using Zend Framework for the presentation layer for bbc.co.uk.

Federico of PHP::Impact has more information here.

The benefits of Zend Framework that have been identified are:


Zend Framework’s extensive unit tests, required for all contributed code, mean that exact situations can be recreated and problems diagnosed and [...]]]></description>
			<content:encoded><![CDATA[<p>According to news coming out from @media, the BBC will be using Zend Framework for the presentation layer for bbc.co.uk.</p>

<p>Federico of PHP::Impact has more information <a href="http://phpimpact.wordpress.com/2008/06/02/bbc-new-infrastructure-java-and-php/">here</a>.</p>

<p>The benefits of Zend Framework that have been identified are:</p>

<ul>
<li>Zend Framework’s extensive unit tests, required for all contributed code, mean that exact situations can be recreated and problems diagnosed and pinpointed.</li>
<li>The high-quality implementation of the MVC web application architecture provides a foundation for all Zend Framework applications.</li>
<li>Supports data adapters for all major databases.</li>
<li>Internationalization (i18n) and Localization (l10n).</li>
<li>Authentication, authorization and session management.</li>
<li>Web services.</li>
<li>Ajax support.</li>
<li>Security.</li>
<li>A vast community of talented developers.</li>
</ul>

<p>It&#8217;s good to see Zend Framework being used in more and more places.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/06/04/bbc-will-be-using-zend-framework-in-the-future/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework and Dojo sitting in a tree&#8230;</title>
		<link>http://www.zendframeworkinaction.com/2008/05/22/zend-framework-and-dojo-sitting-in-a-tree/</link>
		<comments>http://www.zendframeworkinaction.com/2008/05/22/zend-framework-and-dojo-sitting-in-a-tree/#comments</comments>
		<pubDate>Thu, 22 May 2008 11:06:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=56</guid>
		<description><![CDATA[We&#8217;re a bit late with this information but for the sake of completeness we have to echo the news that Zend Framework and the Dojo Javascript toolkit are now partners.

Matthew Weier O&#8217;Phinney&#8217;s post has some interesting code examples while Andi Gutman&#8217;s post goes into more detail about the agreement itself.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re a bit late with this information but for the sake of completeness we have to echo the news that Zend Framework and the Dojo Javascript toolkit are now partners.</p>

<p><a href="http://weierophinney.net/matthew/archives/176-Zend-Framework-Dojo-Integration.html">Matthew Weier O&#8217;Phinney&#8217;s post</a> has some interesting code examples while <a href="http://andigutmans.blogspot.com/2008/05/dojo-and-zend-framework-partnership.html">Andi Gutman&#8217;s post</a> goes into more detail about the agreement itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/05/22/zend-framework-and-dojo-sitting-in-a-tree/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework 1.5.2 released</title>
		<link>http://www.zendframeworkinaction.com/2008/05/16/zend-framework-152-released/</link>
		<comments>http://www.zendframeworkinaction.com/2008/05/16/zend-framework-152-released/#comments</comments>
		<pubDate>Fri, 16 May 2008 07:16:41 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=55</guid>
		<description><![CDATA[Zend Framework 1.5.2 has been released. This is a bug fig release in the 1.5 series which fixes 50 issues.

The list of all the issues that have been addressed with this release can be found on the issue tracker.
]]></description>
			<content:encoded><![CDATA[<p>Zend Framework 1.5.2 has been released. This is a bug fig release in the 1.5 series which fixes 50 issues.</p>

<p>The list of all the issues that have been addressed with this release can be found on the <a href="http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=10743">issue tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/05/16/zend-framework-152-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A2 Hosting offer Zend Framework Hosting</title>
		<link>http://www.zendframeworkinaction.com/2008/05/05/a2-hosting-offer-zend-framework-hosting/</link>
		<comments>http://www.zendframeworkinaction.com/2008/05/05/a2-hosting-offer-zend-framework-hosting/#comments</comments>
		<pubDate>Mon, 05 May 2008 19:31:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Around the web]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=54</guid>
		<description><![CDATA[It seems that A2 Hosting are now pre-installing Zend Framework.

This will make deploying a Zend Framework application even easier!
]]></description>
			<content:encoded><![CDATA[<p>It seems that <a href="http://www.a2hosting.com/zend_framework_hosting.php">A2 Hosting are now pre-installing Zend Framework</a>.</p>

<p>This will make deploying a Zend Framework application even easier!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/05/05/a2-hosting-offer-zend-framework-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New MEAP PDF released</title>
		<link>http://www.zendframeworkinaction.com/2008/05/05/new-meap-pdf-released-2/</link>
		<comments>http://www.zendframeworkinaction.com/2008/05/05/new-meap-pdf-released-2/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:10:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[The Book]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=53</guid>
		<description><![CDATA[A new version of the Early Access PDF for Zend Framework in Action has  been released. This is the first one with every chapter in it.

The biggest changes are:


Chapters 2 through 7 have been edited
New chapter 8 (forms)
New chapter 16 (PDFs)
Far more source code released


Let us know your thoughts on it over on the [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of the Early Access PDF for Zend Framework in Action has  been released. This is the first one with every chapter in it.</p>

<p>The biggest changes are:</p>

<ul>
<li>Chapters 2 through 7 have been edited</li>
<li>New chapter 8 (forms)</li>
<li>New chapter 16 (PDFs)</li>
<li>Far more source code released</li>
</ul>

<p>Let us know your thoughts on it over on the MEAP forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/05/05/new-meap-pdf-released-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework hits 5 million downloads</title>
		<link>http://www.zendframeworkinaction.com/2008/04/29/zend-framework-hits-5-million-downloads/</link>
		<comments>http://www.zendframeworkinaction.com/2008/04/29/zend-framework-hits-5-million-downloads/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 12:11:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=52</guid>
		<description><![CDATA[I know I&#8217;ve downloaded it a few times but the Zend April Newsletter is suggesting there must be a few more of you doing it too; Five million in fact!

It&#8217;s interesting that half of those downloads have been made in the last six months. If you consider that the more feature-rich version 1.5 was only [...]]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;ve downloaded it a few times but the <a title="Zend April Newsletter" href="http://now.eloqua.com/e/es.aspx?s=714&#038;e=193866938F1641FC9C11C4EBF9078BEF&#038;elq=5BC92DB068CD4E0DA03AF8DFF69B167F">Zend April Newsletter</a> is suggesting there must be a few more of you doing it too; Five million in fact!</p>

<p>It&#8217;s interesting that half of those downloads have been made in the last six months. If you consider that the more feature-rich version 1.5 was only released recently, I&#8217;d be surprised if that download rate didn&#8217;t continue for a while yet. Hopefully long enough to have one or two people interested in our book?!</p>

<p>If downloads convert to adoption then clearly knowledge of Zend Framework is going to be useful for PHP developers. For early adopters it&#8217;s also hopefully an indication that the gamble we took on the framework was worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/04/29/zend-framework-hits-5-million-downloads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An example ZF Blog Application</title>
		<link>http://www.zendframeworkinaction.com/2008/04/23/an-example-zf-blog-application/</link>
		<comments>http://www.zendframeworkinaction.com/2008/04/23/an-example-zf-blog-application/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 18:41:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
		
		<category><![CDATA[Around the web]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=51</guid>
		<description><![CDATA[Pádraic Brady has started a series of posts on his blog, building an example blog application. From part one:

The series will culminate with a complete blogging solution for my personal needs. I&#8217;ll cook it, bake it, beat it into submission, and then deploy it to replace this existing Serendipity installation. Along the way I&#8217;ll revisit [...]]]></description>
			<content:encoded><![CDATA[<p>Pádraic Brady has started a series of posts on his blog, building an <a href="http://blog.astrumfutura.com/archives/351-An-Example-Zend-Framework-Blog-Application-Part-1-Introductory-Planning.html">example blog application</a>. From part one:</p>

<blockquote>The series will culminate with a complete blogging solution for my personal needs. I&#8217;ll cook it, bake it, beat it into submission, and then deploy it to replace this existing Serendipity installation. Along the way I&#8217;ll revisit numerous Zend Framework components, and probably praise or dissect them for problems or shortcomings. Along with my own mistakes, no doubt!</blockquote>

<p><a href="http://blog.astrumfutura.com/archives/353-An-Example-Zend-Framework-Blog-Application-Part-2-The-MVC-Application-Architecture.html">Part two</a> continues by looking at the MVC architecture which is a good introduction into the design pattern and a must read for everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/04/23/an-example-zf-blog-application/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
