<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>H2+ Goes On &#187; Zend Framework</title>
	<atom:link href="http://h2plus.biz/blog/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://h2plus.biz/blog</link>
	<description>To make your life better</description>
	<lastBuildDate>Fri, 05 Aug 2011 08:05:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://h2plus.biz/blog/tag/zend-framework/feed/" />
		<item>
		<title>Zend_Rest_Client_Resultクラスのバグに悩まされた</title>
		<link>http://h2plus.biz/blog/2009/11/14/446/</link>
		<comments>http://h2plus.biz/blog/2009/11/14/446/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 03:32:07 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[handleXmlErrors]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[restore_error_handler]]></category>
		<category><![CDATA[set_error_handler]]></category>
		<category><![CDATA[simplexml_load_string]]></category>
		<category><![CDATA[Zend_Loader_Autoloader]]></category>
		<category><![CDATA[Zend_Rest_Client]]></category>
		<category><![CDATA[Zend_Rest_Client_Result]]></category>
		<category><![CDATA[Zend_Service_Twitter]]></category>

		<guid isPermaLink="false">http://h2plus.biz/blog/?p=446</guid>
		<description><![CDATA[Zend_Rest_Client_Resultクラスのコンストラクタで呼び出しているset_error_handler()に起因するバグを見つけたので備忘録として残しておきます。]]></description>
		<wfw:commentRss>http://h2plus.biz/blog/2009/11/14/446/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://h2plus.biz/blog/2009/11/14/446/" />
	</item>
		<item>
		<title>Zend_Oauthを使ってOAuth認証するチュートリアル（前編）</title>
		<link>http://h2plus.biz/blog/2009/11/09/424/</link>
		<comments>http://h2plus.biz/blog/2009/11/09/424/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 03:07:18 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[incubator]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OAuthコンシューマー]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[TortoiseSVN]]></category>
		<category><![CDATA[Zend_Oauth]]></category>

		<guid isPermaLink="false">http://h2plus.biz/blog/?p=424</guid>
		<description><![CDATA[Zend FrameworkでOAuth認証を行うZend_Oauthを使って、OAuthコンシューマーを実装する方法をチュートリアル形式で紹介します。前編では、Zend_Oauthライブラリのダウンロード方法、開発環境のセットアップ方法について説明します。]]></description>
		<wfw:commentRss>http://h2plus.biz/blog/2009/11/09/424/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://h2plus.biz/blog/2009/11/09/424/" />
	</item>
		<item>
		<title>OAuth認証ってナニ？</title>
		<link>http://h2plus.biz/blog/2009/10/29/392/</link>
		<comments>http://h2plus.biz/blog/2009/10/29/392/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:51:55 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Zend_Oauth]]></category>
		<category><![CDATA[アクセストークン]]></category>
		<category><![CDATA[スパム]]></category>

		<guid isPermaLink="false">http://h2plus.biz/blog/?p=392</guid>
		<description><![CDATA[Twitter APIでも使われているOAuth認証の仕組みを簡単にわかりやすく解説してみました。]]></description>
		<wfw:commentRss>http://h2plus.biz/blog/2009/10/29/392/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://h2plus.biz/blog/2009/10/29/392/" />
	</item>
		<item>
		<title>Zend Framework徹底入門</title>
		<link>http://h2plus.biz/blog/2009/04/16/206/</link>
		<comments>http://h2plus.biz/blog/2009/04/16/206/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:26:27 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[MVCフレームワーク]]></category>
		<category><![CDATA[入門書]]></category>

		<guid isPermaLink="false">http://h2plus.biz/blog/?p=206</guid>
		<description><![CDATA[Zend Frameworkは最もシンプルで柔軟性が高いMVCフレームワークです。Zend Frameworkを使い始めた人には、オンラインのリファレンスガイドと「Zend Framework徹底入門」を併せて読むのがオススメ。]]></description>
		<wfw:commentRss>http://h2plus.biz/blog/2009/04/16/206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://h2plus.biz/blog/2009/04/16/206/" />
	</item>
	</channel>
</rss>

