<?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; HTML_QuickForm</title>
	<atom:link href="http://php.tekmemo.com/?cat=86&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://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>HTML_QuickForm suspended</title>
		<link>http://php.tekmemo.com/?p=724</link>
		<comments>http://php.tekmemo.com/?p=724#comments</comments>
		<pubDate>Mon, 09 Jul 2007 15:39:04 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=282</guid>
		<description><![CDATA[とうとうHTML_QuickFormのメンテナンスが終了してしまった（正確に言うと追加開発が終わっただけでバグフィックスは継続しておこなわれる模様）。DBパッケージと同様に、代替モジュールの利用を促すメッセージがpear [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=724</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>postならpostだけ、getならgetだけ</title>
		<link>http://php.tekmemo.com/?p=583</link>
		<comments>http://php.tekmemo.com/?p=583#comments</comments>
		<pubDate>Wed, 06 Dec 2006 14:59:59 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=141</guid>
		<description><![CDATA[いつも便利に使っているHTML_QuickForm。しかし特殊なことをしようとすると、うまくいかないことがある（もちろんいろいろ回避する方法はある）。 QuickFormのオブジェクトを生成する際に、以下のようにpost [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=583</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>radioボタンの名前</title>
		<link>http://php.tekmemo.com/?p=551</link>
		<comments>http://php.tekmemo.com/?p=551#comments</comments>
		<pubDate>Mon, 21 Aug 2006 04:52:36 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=109</guid>
		<description><![CDATA[QuickFormのradioボタンのname属性で、つまらない試行錯誤をしてしまった。radioやcheckboxのようなフォームの要素を作成するときは以下のように、&#36;item=array();&#36;ite [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=551</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>後付でエラーを追加する</title>
		<link>http://php.tekmemo.com/?p=502</link>
		<comments>http://php.tekmemo.com/?p=502#comments</comments>
		<pubDate>Sat, 22 Apr 2006 04:05:13 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=60</guid>
		<description><![CDATA[QuickFormでの入力チェックは、基本的にaddRule等で入力規則を追加し、validate()でチェックをかけるのが通常の処理。しかし稀に入力規則のエラー以外でエラーを発生させたいときがある。そんなときは以下の関 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=502</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>入力規則を設定するときに</title>
		<link>http://php.tekmemo.com/?p=499</link>
		<comments>http://php.tekmemo.com/?p=499#comments</comments>
		<pubDate>Mon, 17 Apr 2006 23:56:49 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=57</guid>
		<description><![CDATA[QuickFormでは入力規則を設定する際に、3つの方法がある。いつもよくわからなくなるのでメモ。 ○addRule()単品のエレメントに対して、規則を設定する。 ○addGroupRule()グループ化されたエレメント [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=499</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>別クラスで設定したルールを適用する際に・・・</title>
		<link>http://php.tekmemo.com/?p=495</link>
		<comments>http://php.tekmemo.com/?p=495#comments</comments>
		<pubDate>Sun, 16 Apr 2006 13:30:21 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=53</guid>
		<description><![CDATA[ここのところ開発は全てmojavi + QuickForm + Smarty。単独で稼動させるスクリプトは素で書くけれど、「ウェブサイト構築」という名目で作る場合はこの組み合わせ。今まで（自作のライブラリ）よりも作業効率 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=495</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>出力をカスタマイズする</title>
		<link>http://php.tekmemo.com/?p=480</link>
		<comments>http://php.tekmemo.com/?p=480#comments</comments>
		<pubDate>Tue, 04 Apr 2006 04:47:41 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=38</guid>
		<description><![CDATA[QuickFormは非常に強力なフォーム作成ライブラリだが、出力するHTMLのカスタマイズは基本的に&#60;input&#62;タグ（もしくは&#60;label&#62;タグなど）の内側だけだ。しかしラジオボタンやチェックボ [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=480</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>checkboxの値指定</title>
		<link>http://php.tekmemo.com/?p=457</link>
		<comments>http://php.tekmemo.com/?p=457#comments</comments>
		<pubDate>Thu, 23 Feb 2006 05:14:20 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=15</guid>
		<description><![CDATA[HTML_QuickFormで普通にcheckboxを作成すると、そのvalue値は全て「1」になる。これを回避するための（value値を指定する）スクリプトは以下の通り（&#36;resultがPearDBのクエリの結 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=457</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passwordエレメントのデータ持ち回り</title>
		<link>http://php.tekmemo.com/?p=447</link>
		<comments>http://php.tekmemo.com/?p=447#comments</comments>
		<pubDate>Fri, 06 Jan 2006 05:38:40 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[HTML_QuickForm]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=5</guid>
		<description><![CDATA[QuickFormで「入力-確認-処理」の一連の流れを簡単に作ることができるけど、passwordについてはhiddenで持ち回りすることは標準でできない。以下のようにプロパティを設定してあげる必要がある。&#8212; [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=447</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
