<?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>開発用メモ &#187; PHP</title>
	<atom:link href="http://decama.info/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://decama.info</link>
	<description>サイト開発用のための外部記憶</description>
	<lastBuildDate>Mon, 15 Nov 2010 04:48:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php:__CLASS__とget_class</title>
		<link>http://decama.info/monologue/145</link>
		<comments>http://decama.info/monologue/145#comments</comments>
		<pubDate>Mon, 18 Feb 2008 07:33:43 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://decama.info/monologue/145</guid>
		<description><![CDATA[ちょっとハマりかけたのでメモ。
__CLASS__は宣言時のクラス名を返す。
あるクラスのメソッドで__CLASS__を参照した場合、それを継承したクラスでそのメソッドをコールすると、親クラスのクラス名が参照される。なの [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/145/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php:Auth組み込み</title>
		<link>http://decama.info/monologue/144</link>
		<comments>http://decama.info/monologue/144#comments</comments>
		<pubDate>Fri, 08 Feb 2008 12:53:41 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://decama.info/monologue/144</guid>
		<description><![CDATA[どうせならホントはpear/Authじゃなくて独自の認証を実装すべきなんだけど、とりあえず一つテストを兼ねて社内用アプリを作る必要があったので、ORMもどきのModelコントローラ（PDOで構築）をコンテナにしてAuth [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php:ORMもどきの実装</title>
		<link>http://decama.info/monologue/143</link>
		<comments>http://decama.info/monologue/143#comments</comments>
		<pubDate>Wed, 06 Feb 2008 14:12:45 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://decama.info/monologue/143</guid>
		<description><![CDATA[php5に限定したvalidator/filterクラスの実装が終わったので、Ｍｏｄｅｌコントローラを書く。
同じくphp5に限定して、ORMっぽい動きをさせてみる。とりあえず１レコードのCRUDを簡単に出来るようにして [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/143/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php:フィルタ関数</title>
		<link>http://decama.info/monologue/142</link>
		<comments>http://decama.info/monologue/142#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:31:42 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://decama.info/monologue/142</guid>
		<description><![CDATA[これまで使ってた汎用validate/filterクラスを配列対応に刷新しようと書きながら、複数ファイルのアップロードを調べてたら新しいエラーコードが追加されてた。
UPLOAD_ERR_EXTENSION
値: 8;  [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/142/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php:formのValidate</title>
		<link>http://decama.info/monologue/140</link>
		<comments>http://decama.info/monologue/140#comments</comments>
		<pubDate>Mon, 04 Feb 2008 14:11:53 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://decama.info/monologue/140</guid>
		<description><![CDATA[いろんなフレームワークを触ってみてるけど、配列で送られて来たフォームをきちんとバリデートしてくれるフレームワークがあんまり無いことに驚かされてしまう。
配列で送られてくるようなフォームを書くからいけないのかな？
配列で送 [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/140/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php：関数に変数をバインドしたい</title>
		<link>http://decama.info/php/139</link>
		<comments>http://decama.info/php/139#comments</comments>
		<pubDate>Fri, 01 Feb 2008 18:38:00 +0000</pubDate>
		<dc:creator>decama</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://decama.info/php/139</guid>
		<description><![CDATA[prototype.jsを使うようになって、bindがとても便利なことに気づかされたんだけれども、これと同様のことをphpでやろうと思った時に、どうすればいいのか考えなきゃならなくなった。
Smartyが使えるかどうかわ [...]]]></description>
		<wfw:commentRss>http://decama.info/php/139/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-googlemaps開発中その２</title>
		<link>http://decama.info/php/58</link>
		<comments>http://decama.info/php/58#comments</comments>
		<pubDate>Tue, 10 Oct 2006 08:32:52 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.mikke-mon.com/?p=58</guid>
		<description><![CDATA[記事投稿時にgeocodingさせようと思っていろいろやってみたけれど、問題の回避方法が見つからない。
1. 記事投稿（フォーム送信ボタンをクリック）
↓
2. onsubmitイベントで処理開始
↓
3. geocod [...]]]></description>
		<wfw:commentRss>http://decama.info/php/58/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-googlemaps開発中</title>
		<link>http://decama.info/php/57</link>
		<comments>http://decama.info/php/57#comments</comments>
		<pubDate>Mon, 09 Oct 2006 06:08:36 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.mikke-mon.com/?p=57</guid>
		<description><![CDATA[記事中のコメントタグから住所を抽出してgooglemapで表示させるだけなら簡単に出来るのだけれど、どうせなら他の記事中のポイントも併せて表示したい。（そっちの方がいろんな使い方が出来そう。）
どのタイミングでgeoco [...]]]></description>
		<wfw:commentRss>http://decama.info/php/57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoogleMaps API</title>
		<link>http://decama.info/php/55</link>
		<comments>http://decama.info/php/55#comments</comments>
		<pubDate>Thu, 05 Oct 2006 12:08:06 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.mikke-mon.com/?p=55</guid>
		<description><![CDATA[WordPressにGoogleMapを組み込もうと思っていろいろ実験中。
プラグイン化を目標。
Google Maps API リファレンス
geocodingがまだ日本国内で使えないのでGoogle AJAX Sea [...]]]></description>
		<wfw:commentRss>http://decama.info/php/55/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配信部テスト稼動</title>
		<link>http://decama.info/monologue/41</link>
		<comments>http://decama.info/monologue/41#comments</comments>
		<pubDate>Sat, 05 Aug 2006 13:49:20 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Pear]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ひとりごと]]></category>

		<guid isPermaLink="false">http://blog.mikke-mon.com/?p=41</guid>
		<description><![CDATA[前回の記事に書いた「WordPressメルマガ発行」のメール配信部がテスト稼動した。
WordPress＋MySQL＋PEAR＋Smartyで構築。
cronで設定した時刻に、当日発行の記事があったら、カテゴリ毎に登録さ [...]]]></description>
		<wfw:commentRss>http://decama.info/monologue/41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

