<?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>Guymon &#187; zend-framework</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:28:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>OpenBook: Survive The Deep End (in the&#160;Zend-Framework)</title>
		<link>http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/</link>
		<comments>http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 23:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[openbook]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3901</guid>
		<description><![CDATA[Ein freies Buch von Pádraic Brady zum Zend-Framework. Welcome to Surviving The Deep End, a free book about Zend Framework for the PHP programming language. The book was written to guide readers through the metaphorical &#8220;Deep End&#8221;. It&#8217;s the place you find yourself in when you complete a few tutorials and scan through the Reference [...]]]></description>
			<content:encoded><![CDATA[<p>Ein freies <a href="http://www.survivethedeepend.com/">Buch</a> von Pádraic Brady zum Zend-Framework.</p>
<blockquote cite="http://www.survivethedeepend.com/"><p>Welcome to Surviving The Deep End, a free book about Zend Framework for the PHP programming language.</p>
<p>The book was written to guide readers through the metaphorical &#8220;Deep End&#8221;. It&#8217;s the place you find yourself in when you complete a few tutorials and scan through the Reference Guide, where you are buried in knowledge up to your neck but without a clue about how to bind it all together effectively into an application. This take on the Zend Framework offers a survival guide, boosting your understanding of the framework and how it all fits together by following the development of a single application from start to finish</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/09/21/e-book-ez-components/" title="E-Book: eZ Components">E-Book: eZ Components</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/15/free-advanced-cakephp-e-book/" title="Free Advanced CakePHP E-Book">Free Advanced CakePHP E-Book</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/" title="Ein Blog mit dem Zend Framework">Ein Blog mit dem Zend Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Tool</title>
		<link>http://www.guymon.de/wordpress/2008/09/03/zend_tool/</link>
		<comments>http://www.guymon.de/wordpress/2008/09/03/zend_tool/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:54:03 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3483</guid>
		<description><![CDATA[In Zends Developer Zone gibt es ein Tutorial zu Zend_Tool. Ich hab&#8217;s noch nicht ausprobiert, aber es scheint &#228;hnliche Dinge zu tun wie das bake Skript von CakePHP. Out of the box, Zend_Tool (specifically Zend_Tool_Project) is capable of creating a working &#8220;hello world&#8221; application. This project comes complete with the proper directory structure, an index [...]]]></description>
			<content:encoded><![CDATA[<p>In Zends Developer Zone gibt es ein <a href="http://devzone.zend.com/article/3811-Using-Zend_Tool-to-start-up-your-ZF-Project">Tutorial</a> zu Zend_Tool.</p>
<p>Ich hab&#8217;s noch nicht ausprobiert, aber es scheint &#228;hnliche Dinge zu tun wie das bake Skript von CakePHP.</p>
<blockquote cite="http://devzone.zend.com/article/3811-Using-Zend_Tool-to-start-up-your-ZF-Project"><p>Out of the box, Zend_Tool (specifically Zend_Tool_Project) is capable of creating a working &#8220;hello world&#8221; application. This project comes complete with the proper directory structure, an index file, a bootstrap file, an index and error controller and the corresponding view scripts. (&#8230;) Zend_Tool_Project also comes with the ability to be able to create actions (within existing Action Controllers) and create the corresponding view scripts as well.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/" title="Ein Blog mit dem Zend Framework">Ein Blog mit dem Zend Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/" title="Merge RSS Feeds mit Zend_Feed">Merge RSS Feeds mit Zend_Feed</a></li><li><a href="http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/" title="Video Tutorials zum Zend Framework">Video Tutorials zum Zend Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/09/03/zend_tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework&#160;Tutorial</title>
		<link>http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/</link>
		<comments>http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:44:11 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3388</guid>
		<description><![CDATA[Lyndon Baptiste gibt auf developer Tutorials eine Einf&#252;hrung in das Zend Framework. What I&#8217;m proposing is an article that can get help you, the reader, get your hands wet by integrating the different components as seamlessly as possible. This article is not about the setup of the zend framework or how the various stand alone [...]]]></description>
			<content:encoded><![CDATA[<p>Lyndon Baptiste gibt auf developer Tutorials eine <a href="http://www.developertutorials.com/tutorials/php/zend-framwork-tutorial-8-08-13/page1.html">Einf&#252;hrung in das Zend Framework</a>.</p>
<blockquote cite="http://www.developertutorials.com/tutorials/php/zend-framwork-tutorial-8-08-13/page1.html"><p>What I&#8217;m proposing is an article that can get help you, the reader, get your hands wet by integrating the different components as seamlessly as possible. This article is not about the setup of the zend framework or how the various stand alone components work, but rather how they can be integrated. Neither does it look at the folder structure which is required, but where absolutely necessary I will make highlights.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/" title="Ein Blog mit dem Zend Framework">Ein Blog mit dem Zend Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/" title="Merge RSS Feeds mit Zend_Feed">Merge RSS Feeds mit Zend_Feed</a></li><li><a href="http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/" title="Video Tutorials zum Zend Framework">Video Tutorials zum Zend Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos vom&#160;Multimediatreff</title>
		<link>http://www.guymon.de/wordpress/2008/08/01/videos-vom-multimediatreff/</link>
		<comments>http://www.guymon.de/wordpress/2008/08/01/videos-vom-multimediatreff/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 13:19:11 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3251</guid>
		<description><![CDATA[Bei Galileo gibt es Video-Mitschnitte vom Multimediatreff unter dem Motto »Frameworks &#038; CMS«. Joomla! 1.5 - jetzt barrierefrei!, Angie Radtke – www.der-auftritt.de (00:42:50) Standardkonforme Webseiten mit TYPO3, Kai Laborenz – www.sunbeam-berlin.de (01:10:32) &#220;berblick und Vergleich der aktuellen PHP-Frameworks, Carsten M&#246;hrke – www.netviser.de (01:03:39) Einstieg in Ruby on Rails, Kaan Karaca – www.rubyonrails.de (00:25:16) Einstieg in [...]]]></description>
			<content:encoded><![CDATA[<p>Bei Galileo gibt es <a href="http://www.galileocomputing.de/techtalks/frameworks_cms">Video-Mitschnitte</a> vom Multimediatreff unter dem Motto »Frameworks &#038; CMS«.</p>
<ul>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#joomla">Joomla! 1.5 - jetzt barrierefrei!</a>, Angie Radtke – www.der-auftritt.de <span class="k13">(00:42:50)</span></li>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#typo3">Standardkonforme Webseiten mit TYPO3</a>, Kai Laborenz – www.sunbeam-berlin.de <span class="k13">(01:10:32)</span></li>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#php">&#220;berblick und Vergleich der aktuellen PHP-Frameworks</a>, Carsten M&#246;hrke – www.netviser.de <span class="k13">(01:03:39)</span></li>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#rubyonrails">Einstieg in Ruby on Rails</a>, Kaan Karaca – www.rubyonrails.de <span class="k13">(00:25:16)</span></li>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#cakephp">Einstieg in Cake PHP</a>, Timo Derstappen – teemow.com <span class="k13">(00:47:13)</span></li>
<li><a href="http://www.galileocomputing.de/techtalks/frameworks_cms?GalileoSession=76235213A3.-Gk9y5Go#zend">Einstieg in Zend Framework</a>, Carsten M&#246;hrke – www.netviser.de <span class="k13">(00:46:39)</span></li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/03/02/daily-links-231/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/07/daily-links-224/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/17/daily-links-199/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2008/03/15/typo3-joomla-drupal-und-modx-im-vergleich/" title="TYPO3, Joomla, Drupal und MODx im Vergleich">TYPO3, Joomla, Drupal und MODx im Vergleich</a></li><li><a href="http://www.guymon.de/wordpress/2008/02/20/php-frameworks-part-5/" title="PHP frameworks, Part 5">PHP frameworks, Part 5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/08/01/videos-vom-multimediatreff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ein Blog mit dem Zend&#160;Framework</title>
		<link>http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/</link>
		<comments>http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 07:16:34 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=2806</guid>
		<description><![CDATA[Pádraic Brady ist unzufrieden mit Serendipity, was gut ist wenn man ein wenig mehr &#252;ber das Zend Framework erfahren will, denn 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 [...]]]></description>
			<content:encoded><![CDATA[<p>Pádraic Brady ist <a href="http://blog.astrumfutura.com/archives/351-An-Example-Zend-Framework-Blog-Application-Part-1-Introductory-Planning.html">unzufrieden</a> mit <a href="http://www.s9y.org/">Serendipity</a>, was gut ist wenn man ein wenig mehr &#252;ber das Zend Framework erfahren will, denn</p>
<blockquote cite="http://blog.astrumfutura.com/archives/351-An-Example-Zend-Framework-Blog-Application-Part-1-Introductory-Planning.html"><p>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!</p>
</blockquote>
<p>Ich bin gespannt.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/" title="Merge RSS Feeds mit Zend_Feed">Merge RSS Feeds mit Zend_Feed</a></li><li><a href="http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/" title="Video Tutorials zum Zend Framework">Video Tutorials zum Zend Framework</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge RSS Feeds mit&#160;Zend_Feed</title>
		<link>http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/</link>
		<comments>http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 07:11:50 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=2748</guid>
		<description><![CDATA[Ein Artikel in Zend&#8217;s Developer Zone beschreibt Zend_Feed und einige etwas kompliziertere Themen. Most of the basic actions, like importing an RSS feed, creating an RSS feed and more are covered in the Zend Framework manual. In this post I will elaborate more on the more advanced topics, like sorting and merging RSS feeds but [...]]]></description>
			<content:encoded><![CDATA[<p>Ein Artikel in Zend&#8217;s Developer Zone <a href="http://devzone.zend.com/article/3208-Using-Zend_Feed-to-Merge-Multiple-RSS-Feeds">beschreibt</a> <a href="http://framework.zend.com/manual/en/zend.feed.html">Zend_Feed</a> und einige etwas kompliziertere Themen.</p>
<blockquote cite="http://devzone.zend.com/article/3208-Using-Zend_Feed-to-Merge-Multiple-RSS-Feeds"><p>Most of the basic actions, like importing an RSS feed, creating an RSS feed and more are covered in the Zend Framework manual. In this post I will elaborate more on the more advanced topics, like sorting and merging RSS feeds but I will also go briefly over the more basic stuff as well.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/29/wordpress-google-news-fuettern/" title="WordPress: Google News füttern">WordPress: Google News füttern</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/24/drupal-screencast/" title="Drupal Screencast">Drupal Screencast</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorials zum Zend&#160;Framework</title>
		<link>http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/</link>
		<comments>http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 08:22:14 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/</guid>
		<description><![CDATA[killerphp.com ver&#246;ffentlich Setting Up an MVC Structure with the Zend Framework - part 1 of 2 Und in Zends Developer Zone gibt es ein Zend Framwork Webinar (Registrierung erforderlich) zu den Themen: The problem of consistent look and feel in an MVC Architecture Zend_Layout and the “Two-Step-View” – solution to the problem An example of [...]]]></description>
			<content:encoded><![CDATA[<p>killerphp.com ver&#246;ffentlich <a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-1.php">Setting Up an MVC Structure with the Zend Framework - part 1 of 2</a></p>
<p>Und in Zends Developer Zone gibt es ein <a href="http://www.zend.com/en/webinar/Framework/webinar-ZF-Layout-20080319.flv">Zend Framwork Webinar</a> (Registrierung erforderlich) zu den Themen:</p>
<ul>
<li>The problem of consistent look and feel in an MVC Architecture</li>
<li>Zend_Layout and the “Two-Step-View” – solution to the problem</li>
<li>An example of configuring and using Zend_Layout with both the MVC components as well as standalone</li>
<li>An example of configuring and using the new Zend_View Doctype and head*() Helpers</li>
<li>Use cases and examples of when to use Action, Partial and Placeholder helpers for complex views</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/" title="Ein Blog mit dem Zend Framework">Ein Blog mit dem Zend Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/" title="Merge RSS Feeds mit Zend_Feed">Merge RSS Feeds mit Zend_Feed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/03/26/video-tutorials-zum-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework Video&#160;Tutorials</title>
		<link>http://www.guymon.de/wordpress/2008/03/11/zend-framework-video-tutorials/</link>
		<comments>http://www.guymon.de/wordpress/2008/03/11/zend-framework-video-tutorials/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 20:31:07 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2008/03/11/zend-framework-video-tutorials/</guid>
		<description><![CDATA[Einige Video Tutorials zum Zend Framework gibt es bei killerphp.com. These are just the first of many planned video tutorials on the Zend web application framework for PHP. These particular videos require a little more background knowledge from the viewer, in terms of overall php development experience. .. We will have more basic videos coming [...]]]></description>
			<content:encoded><![CDATA[<p>Einige <a href="http://www.killerphp.com/zend-framework/videos/">Video Tutorials</a> zum Zend Framework gibt es bei killerphp.com.</p>
<blockquote cite="http://www.killerphp.com/zend-framework/videos/"><p>These are just the first of many planned video tutorials on the Zend web application framework for PHP.</p>
<p>These particular videos require a little more background knowledge from the viewer, in terms of overall php development experience.</p>
<p>.. We will have more basic videos coming out soon.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/03/zend_tool/" title="Zend_Tool">Zend_Tool</a></li><li><a href="http://www.guymon.de/wordpress/2008/08/19/zend-framework-tutorial-2/" title="Zend Framework Tutorial">Zend Framework Tutorial</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/23/ein-blog-mit-dem-zend-framework/" title="Ein Blog mit dem Zend Framework">Ein Blog mit dem Zend Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/04/09/merge-rss-feeds-mit-zend_feed/" title="Merge RSS Feeds mit Zend_Feed">Merge RSS Feeds mit Zend_Feed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/03/11/zend-framework-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP frameworks, Part&#160;5</title>
		<link>http://www.guymon.de/wordpress/2008/02/20/php-frameworks-part-5/</link>
		<comments>http://www.guymon.de/wordpress/2008/02/20/php-frameworks-part-5/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 21:16:13 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2008/02/20/php-frameworks-part-5/</guid>
		<description><![CDATA[Der 5te Teil der developerworks Serie &#252;ber PHP frameworks ist da. Part 5 deals with working outside the frameworks. A single task is identified (nightly update script), and the process for accomplishing this task is examined in each framework. Possibly related posts (automatically generated)Exploring MVC-style architectures in Zend, symfony, and CakePHPPHP Frameworks im VergleichVergleich von [...]]]></description>
			<content:encoded><![CDATA[<p>Der <a href="http://www.ibm.com/developerworks/library/os-php-fwk5/index.html?ca=drs-&#038;ca=dkw-php">5te Teil</a> der developerworks Serie &#252;ber PHP frameworks ist da.</p>
<blockquote cite="http://www.ibm.com/developerworks/library/os-php-fwk5/index.html?ca=drs-&#038;ca=dkw-php"><p>Part 5 deals with working outside the frameworks. A single task is identified (nightly update script), and the process for accomplishing this task is examined in each framework.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2007/12/06/exploring-mvc-style-architectures-in-zend-symfony-and-cakephp/" title="Exploring MVC-style architectures in Zend, symfony, and CakePHP">Exploring MVC-style architectures in Zend, symfony, and CakePHP</a></li><li><a href="http://www.guymon.de/wordpress/2007/10/10/php-frameworks-im-vergleich/" title="PHP Frameworks im Vergleich">PHP Frameworks im Vergleich</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/31/vergleich-von-cakephp-und-symfony/" title="Vergleich von CakePHP und symfony">Vergleich von CakePHP und symfony</a></li><li><a href="http://www.guymon.de/wordpress/2007/03/26/authentication/" title="Authentication">Authentication</a></li><li><a href="http://www.guymon.de/wordpress/2009/05/15/free-advanced-cakephp-e-book/" title="Free Advanced CakePHP E-Book">Free Advanced CakePHP E-Book</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/02/20/php-frameworks-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Form Advanced&#160;Features</title>
		<link>http://www.guymon.de/wordpress/2008/02/12/zend_form-advanced-features/</link>
		<comments>http://www.guymon.de/wordpress/2008/02/12/zend_form-advanced-features/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 08:25:15 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2008/02/12/zend_form-advanced-features/</guid>
		<description><![CDATA[Matthew Weier O&#8217;Phinney stellt einige advanced Features von Zend_Form vor, z.B. Internationalization, Element Grouping und &#8220;Namespaces&#8221; f&#252;r Formulat Elemente.Possibly related posts (automatically generated)Webformulare SichernDrupal: Formulare anpassenOpenBook: Survive The Deep End (in the Zend-Framework)Drupal: AHAH FrameworkDrupal 6 Forms API Screencast]]></description>
			<content:encoded><![CDATA[<p>Matthew Weier O&#8217;Phinney <a href="http://weierophinney.net/matthew/archives/159-Zend_Form-Advanced-Features.html">stellt</a> einige advanced Features von Zend_Form vor, z.B. Internationalization, Element Grouping und &#8220;Namespaces&#8221; f&#252;r Formulat Elemente.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/06/14/webformulare-sichern/" title="Webformulare Sichern">Webformulare Sichern</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/16/drupal-formulare-anpassen/" title="Drupal: Formulare anpassen">Drupal: Formulare anpassen</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/03/openbook-survive-the-deep-end-in-the-zend-framework/" title="OpenBook: Survive The Deep End (in the Zend-Framework)">OpenBook: Survive The Deep End (in the Zend-Framework)</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/03/drupal-ahah-framework/" title="Drupal: AHAH Framework">Drupal: AHAH Framework</a></li><li><a href="http://www.guymon.de/wordpress/2008/09/09/drupal-6-forms-api-screencast/" title="Drupal 6 Forms API Screencast">Drupal 6 Forms API Screencast</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/02/12/zend_form-advanced-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-08 21:29:36 -->
