<?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>PHPのテクメモ &#187; フレームワーク</title>
	<atom:link href="https://php.tekmemo.com/?cat=77&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://php.tekmemo.com</link>
	<description>PHPプログラミングの備忘録とおまけ</description>
	<lastBuildDate>Tue, 16 Dec 2014 06:32:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>軽量フレームワーク3eyes、バグフィックスと機能追加</title>
		<link>https://php.tekmemo.com/?p=914</link>
		<comments>https://php.tekmemo.com/?p=914#comments</comments>
		<pubDate>Tue, 14 Oct 2008 03:23:04 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=475</guid>
		<description><![CDATA[ようやくリリースした3eyesだけれど、十分チェックしていなかったこともありバグがあったので、やむなく改修作業。それと、データベース接続をpdoだけにするのはちょっとうまくなかった（自分の借りているレンタルサーバの環境で [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=914</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>軽量フレームワーク3eyesの公開</title>
		<link>https://php.tekmemo.com/?p=905</link>
		<comments>https://php.tekmemo.com/?p=905#comments</comments>
		<pubDate>Wed, 08 Oct 2008 11:09:51 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=465</guid>
		<description><![CDATA[とりあえず、公開を開始した。いつまでも自分の手元でちまちま修正していてもいいソフトにはならないので、公開して、誰かに使ってもらって（使ってもらえればいいのだけれど）、随時修正を加えたほうがいいと思った次第。 http:/ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=905</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>軽量フレームワークの続き（海外版）</title>
		<link>https://php.tekmemo.com/?p=901</link>
		<comments>https://php.tekmemo.com/?p=901#comments</comments>
		<pubDate>Wed, 08 Oct 2008 04:27:11 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=461</guid>
		<description><![CDATA[PHP版軽量フレームワークって少ないのかと思ったら海外ではたくさん開発されているようだ（探し方が足らなかった）。 Adroit LightMVC MoonPHP 探せば他にも見つかりそう。 3eyesもどうぞ。]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=901</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>軽量フレームワークを探してみた</title>
		<link>https://php.tekmemo.com/?p=899</link>
		<comments>https://php.tekmemo.com/?p=899#comments</comments>
		<pubDate>Tue, 07 Oct 2008 15:24:18 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=459</guid>
		<description><![CDATA[自分でも開発している軽量フレームワーク、仕事もせず3eyesの開発をたっぷり楽しんでいる。実際に自分で開発するに当たっていろいろ調べると、いくつかPHPの軽量フレームワークに出会うことができた（もっと早くに出会えれば、い [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=899</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>軽量フレームワーク3eyesのサンプル作成</title>
		<link>https://php.tekmemo.com/?p=897</link>
		<comments>https://php.tekmemo.com/?p=897#comments</comments>
		<pubDate>Tue, 07 Oct 2008 09:09:04 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=456</guid>
		<description><![CDATA[3eyesでのサンプルプログラムを作ってみた。3eyesサイト内のサポート掲示板を3eyes自身を使って構築した。実際にウェブアプリを構築してみると、バグがよく見つけられる。今回も2箇所バグを発見した。リリース前でよかっ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=897</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>フレームワーク3eyes</title>
		<link>https://php.tekmemo.com/?p=892</link>
		<comments>https://php.tekmemo.com/?p=892#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:54:18 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=451</guid>
		<description><![CDATA[なんだかいちおうフレームワークが形になってきた。細かいところはまだ時間がかかりそうだけど、大筋で見込みがついた。形から入る、というわけではないけれど名前をつけてウェブも作った。 フレームワーク3eyes公式サイト 名前は [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=892</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>軽量フレームワーク</title>
		<link>https://php.tekmemo.com/?p=890</link>
		<comments>https://php.tekmemo.com/?p=890#comments</comments>
		<pubDate>Fri, 26 Sep 2008 07:10:51 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[フレームワーク]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=449</guid>
		<description><![CDATA[いわゆるライトウェイトなフレームワーク。現在はguessworkを使用している（かなりカスタマイズして）。いくつか軽量なフレームワークがあるようで、どれもなかなかよくできていると思う。 guesswork classic [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=890</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Frameworkでping送信</title>
		<link>https://php.tekmemo.com/?p=872</link>
		<comments>https://php.tekmemo.com/?p=872#comments</comments>
		<pubDate>Fri, 23 May 2008 14:59:59 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=430</guid>
		<description><![CDATA[今やブログでおなじみになったping送信。しかしXML-RPCという特性上（かどうかは知らないけれど）、ping送信を実現するためのPHPスクリプトのサンプルを提供しているサイトはほとんどない。やっぱり少しだけ敷居が高い [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=872</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RSSの出力</title>
		<link>https://php.tekmemo.com/?p=870</link>
		<comments>https://php.tekmemo.com/?p=870#comments</comments>
		<pubDate>Tue, 20 May 2008 18:16:55 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=428</guid>
		<description><![CDATA[Zend FrameworkにはRSSを処理するためのZend_Feedというライブラリがあるのだが、これは外部のRSSを読み込んで処理するだけでなく、自サイト内のRSSを生成する、といった場合にも使用できる。具体的には [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=870</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Configを使ってみた</title>
		<link>https://php.tekmemo.com/?p=867</link>
		<comments>https://php.tekmemo.com/?p=867#comments</comments>
		<pubDate>Tue, 13 May 2008 17:24:52 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=425</guid>
		<description><![CDATA[Zend_Configは、設定ファイルを読み込むためのライブラリだ。通常PHPで設定ファイルを用意する際、自分はこんな具合に書いている。 define(&#8216;ADMIN_MAIL&#8217;,&#8217;ad [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=867</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
