<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DevZone</title>
	
	<link>http://devzone.zend.com</link>
	<description>Advancing the art of PHP</description>
	<lastBuildDate>Tue, 15 May 2012 20:06:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PHPDevZone" /><feedburner:info uri="phpdevzone" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Zend_Form and Zend_Config Parts 1 &amp; 2</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/m2TxGGOwAh8/</link>
		<comments>http://devzone.zend.com/2324/zend_form-and-zend_config-parts-1-2/#comments</comments>
		<pubDate>Tue, 15 May 2012 20:06:37 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[zend framework 1]]></category>
		<category><![CDATA[Zend_Config]]></category>
		<category><![CDATA[Zend_Form]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2324</guid>
		<description><![CDATA[Over at MaltBlue.com they've posted parts 1 and 2 of a series on using Zend Form and Zend Config together. Click on in, let me show you what you are missing.]]></description>
			<content:encoded><![CDATA[<p>Over at the MaltBlue.com website they have posted parts <a href="http://www.maltblue.com/zend-framework/zend-form-mastery-with-zend-config-part-1-custom-filter-paths" target="_blank">1</a> &#038; <a href="http://www.maltblue.com/zend-form/zend-form-mastery-with-zend-config-part-2-core-form-configuration" target="_blank">2</a> of the series &#8220;<a href="http://www.maltblue.com/zend-framework/zend-form-mastery-with-zend-config-part-1-custom-filter-paths" target="_blank">Zend Form Mastery With Zend Config</a>&#8220;. It&#8217;s a well thought out series that gives you not only the WHY but the HOW. (Lots of code to copy &#8216;n paste&#8230;not that you would do that.) Here&#8217;s a quick sample.</p>
<blockquote><p>When you’re working with Zend Framework, and code in general, you keep your configuration as much out of code as you can – right? Well, if you want to write maintainable and flexible code you do. Well, if you’ve been working with Zend Framework and Zend Form for more than a little while, you know that it really makes that pretty simple via Zend_Config – well, some of the time.</p></blockquote>
<p>Invest a click in learning more about Zend Form, Zend Config and how to use the two together to build better applications.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/m2TxGGOwAh8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2324/zend_form-and-zend_config-parts-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2324/zend_form-and-zend_config-parts-1-2/</feedburner:origLink></item>
		<item>
		<title>Laurynas Karvelis creates  Zend_Simple_Facebook</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/5V27HMfi8WI/</link>
		<comments>http://devzone.zend.com/2318/laurynas-karvelis-creates-zend_simple_facebook/#comments</comments>
		<pubDate>Mon, 14 May 2012 20:09:26 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[oAuth]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2318</guid>
		<description><![CDATA[oAuth sucks, everybody agrees on that. However it manages to suck less than the alternatives. That doesn't make it any easier to implement though. Laurynas Karvelis is attempting to tackle that very problem with his latest github repo Zend-Simple-Repo". Click on in and I'll share what I know.]]></description>
			<content:encoded><![CDATA[<p>oAuth sucks, everybody agrees on that. However it manages to suck less than the alternatives. That doesn&#8217;t make it any easier to implement though. Laurynas Karvelis is attempting to tackle that very problem with his latest github repo, &#8220;<a href="https://github.com/laurynas-karvelis/Zend-Simple-Facebook" target="_blank">Zend-Simple-Repo</a>&#8220;. Here&#8217;s a quote from the readme.md to give you the what and the why.</p>
<blockquote><p>
This library contains Facebook oAuth2 Authentication adapter and basic Facebook Graph API library. The project was inspired by two projects on GitHub -> Zend_Auth_Adapter_Facebook and Facebook-PHP-SDK-for-Zend-Framework</p>
<p>Both were lacking either beauty of code or were just incomplete. So after whole day of digging and hacking the code I decided to come up with my version.
</p></blockquote>
<p>If you work (play?) with Zend Framework 1 and Facebook, give this project a try and see if it eases your oAuth pain. As with all good github projects, the author is looking for contributions. Get out those forks and start sending in pull requests!</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/5V27HMfi8WI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2318/laurynas-karvelis-creates-zend_simple_facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2318/laurynas-karvelis-creates-zend_simple_facebook/</feedburner:origLink></item>
		<item>
		<title>Tweet us your ZendCon Moment</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/uaB96bHW0RE/</link>
		<comments>http://devzone.zend.com/2307/tweet-us-your-zendcon-moment/#comments</comments>
		<pubDate>Thu, 10 May 2012 16:01:29 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[ZendCon]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2307</guid>
		<description><![CDATA[Take a trip down memory lane as you think back to ZendCon's past. Click on in, we've got memories, a chance at swag, and a really bad video. :)]]></description>
			<content:encoded><![CDATA[<p>The ZendCon Call for Papers is open and by now you should have 4 or 5 good ideas either submitted or ready to submit. So now it&#8217;s time to teak a break and think about the lighter side of things. </p>
<p>If you are ZendCon alumni &#8211; and there are a lot of you out there &#8211; take a moment, stroll down memory lane, and remember ZendCons past. Pick your favorite moment and tweet it to us. </p>
<ul>
<li>Tell us who you met. Tell us about the job you landed because you were there. </li>
<li>Tell us the best session you ever saw.</li>
<li>Tell us the big memory that sticks out in your mind. The moment that makes you smile and stare off into the distance as you relive it.</li>
</ul>
<p>Make sure and tag it <a href="https://twitter.com/#!/search/%23zendcon" target="_blank">#zendcon</a> so we don&#8217;t miss it.</p>
<blockquote class="twitter-tweet"><p>Tell us your ZendCon highlights and be in with a chance to win PHP swag <a href="https://twitter.com/search/%2523zendcon">#zendcon</a></p>
<p>&mdash; ZendCon (@zendcon) <a href="https://twitter.com/zendcon/status/200596149109923840" data-datetime="2012-05-10T14:40:23+00:00">May 10, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>Many community members have already started down the path but we want everyone to get involved. So take a moment, think back, smile, and then tweet.</p>
<p>Here are a couple of links to help jog your memory.<br />
<a href="http://www.flickr.com/search/?w=contacts&#038;q=zendcon&#038;m=text" target="_blank">ZendCon on Flickr</a><br />
<a href="http://www.youtube.com/results?search_query=zendcon" target="_blank">ZendCon on Youtube</a></p>
<p>&#8230;and of course, my one attempt at a video montage:</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/1MUILAkkumg?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The commenter is right, it&#8217;s a crappy video&#8230;unless you were there. </p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/uaB96bHW0RE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2307/tweet-us-your-zendcon-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2307/tweet-us-your-zendcon-moment/</feedburner:origLink></item>
		<item>
		<title>Rob Allen talks about Vagrant in Zend Framework 1</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/0RfBetDdmFc/</link>
		<comments>http://devzone.zend.com/2302/rob-allen-talks-about-vagrant-in-zend-framework-1/#comments</comments>
		<pubDate>Wed, 09 May 2012 16:22:48 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[rob allen]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[zend framework 1]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2302</guid>
		<description><![CDATA[Rob Allen recently wrote about how to integrate Vagrant into your technology mix to streamline testing of Zend Framework 1 and your application. Click on in, this is some interesting stuff.]]></description>
			<content:encoded><![CDATA[<p>Recently Rob Allen wrote a post for his blog titled &#8220;<a href="http://akrabat.com/zend-framework/vagrant-in-zf1-trunk/" target="_blank">Vagrant in Zend Framework 1</a>&#8220;. If you use <a href="http://vagrantup.com/" target="_blank">Vagrant</a> to control your virtual machines, you are going to like this post. Rob is long on the how but short on the why; he assumes you know what the tools are and how to use them. This isn&#8217;t a bad thing but if you aren&#8217;t already familiar with the tools, this isn&#8217;t the tutorial you are looking for.</p>
<p>Her&#8217;es a quick bite to wet your appetite.</p>
<blockquote><p>Vagrant is a fantastic tool that enables you to manage and run virtual machines from the command line, including automatic provisioning of them using puppet or chef. The really cool thing about it however from my point of view is that vagrant automatically sets up the VM with a folder called /vagrant that holds the code on your local hard drive from where you started the VM. This means that you can continue to edit your code in your local editor/IDE and test it within the VM easily.</p></blockquote>
<p>Rob shows you how to:</p>
<ul>
<li>Get up and running</li>
<li>Check out the Zend Framework codebase</li>
<li>Build your target version of PHP</li>
<li>Run your tests</li>
</ul>
<p>The great thing is he also shows you how to have multiple versions of PHP and test against each of them. </p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/0RfBetDdmFc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2302/rob-allen-talks-about-vagrant-in-zend-framework-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2302/rob-allen-talks-about-vagrant-in-zend-framework-1/</feedburner:origLink></item>
		<item>
		<title>PHP Day Interviews our own Enrico Zimuel</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/s4BY5ziCxuA/</link>
		<comments>http://devzone.zend.com/2294/php-day-interviews-our-own-enrici-zimuel/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:14:02 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Enrico Zimuel]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[phpday]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2294</guid>
		<description><![CDATA[As part of their promotion of the upcoming conference in Verona, Italy, the crew behind php Day have published an interview with Enrici Zimuel, a senior PHP Engineer at Zend Technologies,  member of the Zend  Framework core team and founder of the PHP user group Torino, and a speaker at this year's php Day. ]]></description>
			<content:encoded><![CDATA[<p>As part of their promotion of the upcoming conference in Verona, Italy, the crew behind <a href="http://2012.phpday.it/" target="_blank">php Day</a> have published an <a href="http://2012.phpday.it/2012/05/7-interview-with-enrico-zimuel/" target="_blank">interview with Enrico Zimuel</a>, a senior PHP Engineer at Zend Technologies,  member of the Zend  Framework core team and founder of the PHP user group Torino, and a speaker at the conference. (A busy man, no doubt)</p>
<p>It&#8217;s a very good interview and gives any PHP developer some things to think about. </p>
<p>Some of the questions asked of Enrico are:</p>
<ul>
<li>Things that you consider before choosing a framework for a project?</li>
<li>Who’s your programming hero?</li>
<li>What features would you like to see in the next PHP version?</li>
</ul>
<p>Those are all fine and good but early on in the interview they ask the one question that every developer has to ask him/her self at some point.</p>
<blockquote><p>
<strong>Sheldon or Leonard?</strong><br />
I have to say Sheldon but I feel more Leonard, to be honest.
</p></blockquote>
<p>It&#8217;s a great interview and a chance to get to know a little more about Enrico, even if you can&#8217;t attend php Day. </p>
<p>If you are attending, make sure you look for Enrico and check out his session, &#8220;<a href="http://2012.phpday.it/talk/a-quick-start-on-zend-framework-2/" target="_blank">A quick start on Zend Framework 2</a>&#8220;.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/s4BY5ziCxuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2294/php-day-interviews-our-own-enrici-zimuel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2294/php-day-interviews-our-own-enrici-zimuel/</feedburner:origLink></item>
		<item>
		<title>Developing A ZF2 Blog – Matthew Weier O’Phinney speaks</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/AFqoWc8oKAQ/</link>
		<comments>http://devzone.zend.com/2291/developing-a-zf2-blog-matthew-weier-ophinney-speaks/#comments</comments>
		<pubDate>Mon, 07 May 2012 15:09:59 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[matthew weier o'phinney]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf2]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2291</guid>
		<description><![CDATA[Some people blog because they have something to say. Others blog because they have a "content strategy". This post discusses a post by Mr. Matthew Weier O'Phinney, who blogs to experiment with new technologies. I didn't say he blogs <strong>about</strong> experimenting with new technologies...click on in and I'll help you see the difference.]]></description>
			<content:encoded><![CDATA[<p>Recently Mr. O&#8217;Phinney &#8211; Supreme Allied Commander of Zend Framework (SALUTE!) &#8211; talked about a journey he embarked on &#8220;&#8230;a long time ago&#8221; in a post titled &#8220;<a href="http://mwop.net/blog/2012-05-developing-a-zf2-blog.html" target="_blank">Developing A ZF2 Blog</a>&#8220;. This journey was to build a blog using Zend Framework 2; this isn&#8217;t what you think. Don&#8217;t go looking to just grab the code, that&#8217;s not the point of the post. Here is a quick quote that will give you a hint of the goodness that lies in the post.</p>
<blockquote><p>
A long time ago, I set out to write my own blog platform. Yes, WordPress is a fine blogging platform, as is Serendipity (aka &#8220;s9y&#8221;, and my previous platform). And yes, I know about Habari. And, for those of you skimming ahead, yes, I&#8217;m quite aware of Jekyll, thank you anyways.</p>
<p>Why write something of my own? Well, of course, there&#8217;s the fact that I&#8217;m a developer, and have control issues. Then there&#8217;s also the fact that a blog is both a simple enough domain to allow easily experimenting with new technology and paradigms, while simultaneously providing a complex enough domain to expose non-trivial issues.</p>
<p>When I started this project, it was a technology-centered endeavor; I wanted to play with document databases such as CouchDB and MongoDB, and with caching technologies like memcached and redis.
</p></blockquote>
<p>This is a very interesting article. There is a lot of code displayed but no complete project. Quite honestly, if you read the entire article, I&#8217;m pretty sure that only a select few would even want to see all of the code. The blogging process he sets out as his &#8220;normal&#8221; process kind of redefines the word &#8220;normal&#8221;; but to each his own.</p>
<p>Even though most people won&#8217;t be interested in blogging the way that MWOP does, his journey to this process is very interesting; and that s what this post is really about, the journey, not the end result. </p>
<p>Give it a read and then leave Mr. O&#8217;Phinney a comment about his journey, his process, or just salute his for all his work on marshaling ZF2.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/AFqoWc8oKAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2291/developing-a-zf2-blog-matthew-weier-ophinney-speaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2291/developing-a-zf2-blog-matthew-weier-ophinney-speaks/</feedburner:origLink></item>
		<item>
		<title>ZendCon ’12 Call for Papers is Now Open!</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/rpg0zappV5Q/</link>
		<comments>http://devzone.zend.com/2270/zendcon-12-call-for-papers-is-now-open/#comments</comments>
		<pubDate>Tue, 01 May 2012 17:47:23 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Call for Papers]]></category>
		<category><![CDATA[Chris Spruck]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Maurice Kherlakian]]></category>
		<category><![CDATA[Ralph Schindler]]></category>
		<category><![CDATA[Stefan Koopmanschap]]></category>
		<category><![CDATA[ZendCon]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2270</guid>
		<description><![CDATA[The Call of Papers for ZendCon 2012 has officially opened and it's a starter's pistol heard round the world. Click on in for links that will  help you put your best foot forward and give you the best chance of being accepted. ]]></description>
			<content:encoded><![CDATA[<p>Put on your thinking caps and fire up those mind maps, it&#8217;s <a href="http://zendcon.com/callforpaper/" target="_blank">CfP time at ZendCon</a>! </p>
<p>Each year Zend puts on <a href="http://zendcon.com/" target="_blank">ZendCon</a> and each year we invite you to participate; 2012 is no different. We are looking for the best and brightest to come talk about what you are working on. If you think you&#8217;ve got what it takes, check out Kevin Schroder&#8217;s blog post on the topic, &#8220;<a href="http://www.eschrade.com/page/zendcon-2012/" target="_blank">ZendCon 2012 (or, how to get your talk accepted)</a>&#8221;</p>
<p>I suggest you take the time to read the entire post but here is the part that you <strong>have</strong> to know.</p>
<blockquote><p>
The topic areas that we would like submissions to fit into are</p>
<ul>
<li>Application and infrastructure best practices/case studies</li>
<li>Testing, debugging, profiling and QA</li>
<li>Framework-based development</li>
<li>Zend Framework 2</li>
<li>Cloud-based services and cloud-based development</li>
<li>Server and cloud-based infrastructure</li>
<li>RIA, mobile and browser</li>
<li>Databases, storage and data modeling</li>
<li>Security</li>
<li>Unsung Tools</li>
<li>Agile processes and project management</li>
<li>PHP on the IBM i</li>
</ul>
</blockquote>
<p>While we are on the topic of speaking at conferences, here are a few links to help you if you&#8217;ve never spoken before or are looking for some advice.</p>
<ul>
<li><a href="http://blog.calevans.com/2010/08/27/tips-on-how-to-get-accepted-as-a-speaker-at-a-php-conference/" target="_blank">Tips on how to get accepted as a speaker at a PHP conference</a></li>
<li><a href="http://blog.calevans.com/2011/06/02/crafting-conference-proposal/" target="_blank">Crafting a conference proposal</a></li>
<li><a href="http://www.lornajane.net/posts/2008/how-to-submit-a-conference-talk" target="_blank">How to Submit a Conference Talk</a></li>
<li><a href="http://www.lornajane.net/posts/2010/podcast-how-and-why-to-become-a-speaker" target="_blank">Podcast: How and Why to Become a Speaker</a></li>
<li><a href="http://voicesoftheelephpant.com/2012/04/17/interview-with-harrie-verveer/" target="_blank">Interview with Harrie Verveer</a></li>
</ul>
<p>Chew on those a bit, review the topics list, and then click the <a href="http://entwickler.com/konferenzen/input3_en/index.php" target="_blank">whoopie button</a> and submit your talk. Trust me, <strong>they want to hear from you</strong>.</p>
<p>Oh and congratulations to the <a href="http://www.eschrade.com/page/zendcon-2012-cfp-advisory-panel/" target="_blank">ZendCon CfP Advisory Panel</a> for 2012!</p>
<ul>
<li>Maurice Kherlakian (<a href="http://www.twitter.com/mkherlakian">mkherlakian</a>) – Damn good Zend consultant, but someone needs to suggest a Twitter profile pic for him.</li>
<li>Ralph Schindler &nbsp;(<a href="http://www.twitter.com/ralphschindler">ralphschindler</a>) – Some dude who works on ZF.</li>
<li>Joe Devon (<a href="http://www.twitter.com/joedevon">joedevon</a>) – Runs PHP in the land o’ Mickey Mouse</li>
<li>Chris Spruck (<a href="http://www.twitter.com/cspruck">cspruck</a>) – Has one of the nicest looking user group web pages I’ve seen</li>
<li>Stefan Koopmanschap (<a href="http://www.twitter.com/skoop">skoop</a>) – Does work with PHP via sumphony or something like that.</li>
</ul>
<p>I know most of these gentlemen personally and if you do too then you know how tough it is going to be to get accepted. Bring your A-game. </p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/rpg0zappV5Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2270/zendcon-12-call-for-papers-is-now-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2270/zendcon-12-call-for-papers-is-now-open/</feedburner:origLink></item>
		<item>
		<title>…and now for something completely different. Let’s talk about clouds and fabrics.</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/uPIvPFJG8lM/</link>
		<comments>http://devzone.zend.com/2263/and-now-for-something-completely-different-lets-talk-about-clouds-and-fabrics/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 14:43:00 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[amazon web services]]></category>
		<category><![CDATA[Press Release]]></category>
		<category><![CDATA[zend application fabric]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2263</guid>
		<description><![CDATA[PRESS RELEASE ALERT! 
Yes, we talk about a press release but it's an important one. Click on in and I'll tell you why.]]></description>
			<content:encoded><![CDATA[<p>Here at DevZone, we normally &#8220;lose&#8221; the emails sent to us asking us to post press releases. This being a blog aimed at developers, press releases aren&#8217;t the kind of content we are looking to post. I am going to break this rule today though and discuss some news that came out yesterday that I actually think is important. Note that I do this of my own free will, not having been coerced by the Zend Marketing team at all. <img src='http://devzone.zend.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yesterday several news outlets released the news that Zend has joined the Amazon Marketplace and you can now access the Zend App Fabric on a pay-as-you-go basis. Basically, you can now spin up <strong>and down</strong> instances EC2 with Zend App Fabric without having to purchase separate licenses for each instance. You will be billed for the time you use both EC2 and the Zend App Fabric. </p>
<p>After looking at several of the releases, this is the one I liked the best. WARNING, it is still full of buzzwords and market-speak; developers may want to get someone from marketing to translate. <a href="http://www.marketwatch.com/story/zend-builds-on-relationship-with-amazon-web-services-makes-zend-application-fabric-available-through-aws-marketplace-2012-04-19" target="_blank">Zend Builds on Relationship with Amazon Web Services, Makes Zend Application Fabric Available Through AWS Marketplace</a></p>
<p>Here is the obligatory excerpt. </p>
<blockquote><p>
With Zend Application Fabric, enterprises can harness the agility of PHP to quickly and cost-effectively deliver quality web applications on the AWS cloud. Zend Application Fabric benefits PHP applications by providing a dependable, scalable runtime environment. It also provides application monitoring and built-in diagnostics that let developers quickly identify and troubleshoot issues without spending time guessing at root cause and attempting to recreate production problems, and comes with full support from Zend, the PHP Company.
</p></blockquote>
<p>After consulting with more than one marketing person, I found that this translates into &#8220;If you use PHP and deploy on EC2, you can now use Zend Server and all its goodies.&#8221;</p>
<p>Why do I think that this is important? If you look at where things are headed, this is one more step towards a fully cloud-enabled development process. Now you can develop your applications on phpcloud.com (and if you haven&#8217;t started playing with phpcloud.com, you really need to. It has changed the way I look at development more than any tool I&#8217;ve played with since Virtual Machines) Once you have code ready to push to production, you can now deploy totally to the cloud as well. phpcloud.com gives you a full instance of Zend Server. You have all the tools that come built into it to use in building your application. Now you can carry those tools with you to EC2 instances, on-demand. I have been developing software for longer than I like to admin and I&#8217;ve seen some interesting tools come and go. The Zend App Fabric however is one of the few that strike me as game changers. </p>
<p>Since this isn&#8217;t a sales blog but a developer blog, I&#8217;ll finish by proving that I have not gone over to the dark side and am not just trying to shill with this post. Send me an @ message on twitter (<a href="http://twitter.com/calevans" target="_blank">@calevans</a>)and I&#8217;ll give you access to phpcloud.com so you can see for yourself. Maybe it won&#8217;t change things at all; maybe it will change development as we know it. Either way, I&#8217;d like you to play with it and tell me what you think.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/uPIvPFJG8lM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2263/and-now-for-something-completely-different-lets-talk-about-clouds-and-fabrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2263/and-now-for-something-completely-different-lets-talk-about-clouds-and-fabrics/</feedburner:origLink></item>
		<item>
		<title>Twig in Zend Framework 2</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/u9l20fAVbaA/</link>
		<comments>http://devzone.zend.com/2260/twig-in-zend-framework-2/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 13:58:42 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[twig]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zendexperts.com]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2260</guid>
		<description><![CDATA[Over at ZendExperts.com there is a new article describing a module that integrates the Twig library into Zend Framework 2. Click on in and check it out, it's good stuff.]]></description>
			<content:encoded><![CDATA[<p>Have you been over to ZendExperts.com lately? If you are working (testing? playing?) with Zend Framework 2, you may want to pop over and give this article a quick read, <a href="http://www.zendexperts.com/2012/04/08/twig-in-zend-framework-2/" target="_blank">Twig in Zend Framework 2</a>. A quick read is really all you <strong>can</strong> give it, as it&#8217;s not a long article. Here&#8217;s a clip to wet your whistle.</p>
<blockquote><p>
In an attempt to extend the existing functionality of zend framework 2 and provide a powerful view layer for my applications I created a module which integrates the full functionality of the Twig library along with a new extension specific for zend.
</p></blockquote>
<p>That&#8217;s the gist of it. The author talks more about why they created the module and gives a little code (and I mean very little) to show illustrate it&#8217;s use.</p>
<p>If you are using Twig and are moving to ZF2 9or you are using ZF2 and want to use Twig) This is a module you are going to want to invest five minutes on this article and the related module.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/u9l20fAVbaA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2260/twig-in-zend-framework-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2260/twig-in-zend-framework-2/</feedburner:origLink></item>
		<item>
		<title>Reading RSS Feeds From Multiple Feeds Using Zend Feed</title>
		<link>http://feedproxy.google.com/~r/PHPDevZone/~3/eGoQEiPrRPg/</link>
		<comments>http://devzone.zend.com/2256/reading-rss-feeds-from-multiple-feeds-using-zend-feed/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 19:56:11 +0000</pubDate>
		<dc:creator>Cal Evans (Editor-in-Chief)</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[zend feed]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://devzone.zend.com/?p=2256</guid>
		<description><![CDATA[Over on ForLinux.co.uk, there is a new post titled "Reading RSS Feeds From Multiple Feeds Using Zend Feed". Click on in and I'll tell you why you should read it.]]></description>
			<content:encoded><![CDATA[<p>Over on ForLinux.co.uk, there is a new post titled <a href="http://www.forlinux.co.uk/expertise/blog/2012/04/16/reading-rss-feeds-from-multiple-feeds-using-zend-feed/">&#8220;Reading RSS Feeds From Multiple Feeds Using Zend Feed&#8221;</a>. In it, the author talks about the benefits of using Zend_Feed to read different types of RSS feeds.</p>
<blockquote><p>
Using one method to read from multiple RSS feeds by using one standard coding method may cause problems. This is because there are different types of feeds. One could be an atom feed and the other an RSS feed, and each has a slightly different XML structure. Using a standard class like Zend_Feed overcomes this problem by detecting the type of feed and returning a standard object.
</p></blockquote>
<p>The quote above represents about 90% of the non-code portion of the blog post. Obviously it is much longer on the HOW than the WHY. It is a short read but if you&#8217;ve never looked into Zend_Feed, a good introduction.</p>
<p>Hey, looking for some place to quickly try out that code? @ me on twitter (<a href="http://twitter.com/calevans" target="_blank">@calevans</a>) and I&#8217;ll give you an invite to <a href="http://phpcloud.com" target="_blank">phpcloud.com</a>. A few clicks of the mouse and you have an entire Zend Framework development area waiting for you to create something awesome in.</p>
<img src="http://feeds.feedburner.com/~r/PHPDevZone/~4/eGoQEiPrRPg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://devzone.zend.com/2256/reading-rss-feeds-from-multiple-feeds-using-zend-feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://devzone.zend.com/2256/reading-rss-feeds-from-multiple-feeds-using-zend-feed/</feedburner:origLink></item>
	</channel>
</rss>

