<?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>RedEnzian - open source group &#187; Zend Framework</title>
	<atom:link href="http://www.redbb.org/category/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redbb.org</link>
	<description>Bernhard&#039;s Blog</description>
	<lastBuildDate>Mon, 09 Aug 2010 09:58:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zend Framework 1.9.5 &amp; Zend PHP5 Certification</title>
		<link>http://www.redbb.org/2009/11/zend-framework-1-9-5-zend-php5-certification/</link>
		<comments>http://www.redbb.org/2009/11/zend-framework-1-9-5-zend-php5-certification/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:33:37 +0000</pubDate>
		<dc:creator>Bernhard</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.redbb.org/?p=134</guid>
		<description><![CDATA[Yesterday ive ordered the Zend PHP5 Certification Bundle. After printing out the Learning Guide ( get it on PHP]Architect&#8217;s Zend PHP 5 Certification Study Guide + Zend PHP Certification Practice Test Book &#8211; Practice Questio) ive started to read it. There are about 290 sites of Informations about PHP5, XML, MySQL etc. to learn for [...]]]></description>
		<wfw:commentRss>http://www.redbb.org/2009/11/zend-framework-1-9-5-zend-php5-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.9.4 released</title>
		<link>http://www.redbb.org/2009/10/zend-framework-1-9-4-released/</link>
		<comments>http://www.redbb.org/2009/10/zend-framework-1-9-4-released/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:40:08 +0000</pubDate>
		<dc:creator>Bernhard</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.redbb.org/?p=132</guid>
		<description><![CDATA[The new Zend Framework Bugfix version has been released on 13th october 2009. This is only a Bugfix release. Read more about fixed bugs [ZF-7933]: Zend_Acl &#8211; update addResource() method &#8211; path provided [ZF-7955]: Zend_Application_Bootstrap_BootstrapAbstract &#8211; resource Methods arent marked as &#8220;run&#8221; [ZF-7909]: Zend_CodeGenerator_Php_Class::fromReflection doesn&#8217;t handle interfaces correctly [ZF-7924]: BC Break in Zend_Db::factory() [ZF-7946]: Zend_Db_Adapter_Oracle [...]]]></description>
		<wfw:commentRss>http://www.redbb.org/2009/10/zend-framework-1-9-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Date &#8211; get Relative</title>
		<link>http://www.redbb.org/2009/01/zend_date-get-relative/</link>
		<comments>http://www.redbb.org/2009/01/zend_date-get-relative/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 23:20:25 +0000</pubDate>
		<dc:creator>Bernhard</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Date]]></category>

		<guid isPermaLink="false">http://www.redbb.org/?p=75</guid>
		<description><![CDATA[Working with Zend_Date is funny but there is one thing i need and its not integrated in Zend_Date until now. So ive written my own extension to Zend_Date to handle the display of relative dates in my output. Here are some examples of relative Dates which could be generated by this Script: A minute ago [...]]]></description>
		<wfw:commentRss>http://www.redbb.org/2009/01/zend_date-get-relative/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Auth salted Chips &#8230;. no salted Passwords :)</title>
		<link>http://www.redbb.org/2009/01/zend_auth-salted-chips-no-passwords/</link>
		<comments>http://www.redbb.org/2009/01/zend_auth-salted-chips-no-passwords/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 21:57:07 +0000</pubDate>
		<dc:creator>Bernhard</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Auth]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.redbb.org/?p=69</guid>
		<description><![CDATA[Ive just finished my new Authentication Adapter which uses Salted Passwords stored in DB to make theapplication more secure. After reading documentations and a few Tutorials, ive found out that Zend_Auth comes with support for that type of passwords out of the box which is really nice and handy. Here is a short tutorial for [...]]]></description>
		<wfw:commentRss>http://www.redbb.org/2009/01/zend_auth-salted-chips-no-passwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZF &#8211; Setup a custom View Directory for MVC</title>
		<link>http://www.redbb.org/2009/01/zf-setup-a-custom-view-directory-for-mvc/</link>
		<comments>http://www.redbb.org/2009/01/zf-setup-a-custom-view-directory-for-mvc/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:49:12 +0000</pubDate>
		<dc:creator>Bernhard</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.redbb.org/?p=53</guid>
		<description><![CDATA[There are some Problems with the original folder Structure, when developing a system where users should be able to create their own style. In the default MVC Folder Structure which is provided with the Zend Framework, users have to go deep into the application folder to edit them. The Default Folder Structure: Application Modules Modulname [...]]]></description>
		<wfw:commentRss>http://www.redbb.org/2009/01/zf-setup-a-custom-view-directory-for-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
