HTML_QuickForm (Previous) (Next) HTML_QuickForm::addElement()

View this page in Last updated: Sun, 06 Jul 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

コンストラクタ HTML_QuickForm::HTML_QuickForm()

コンストラクタ HTML_QuickForm::HTML_QuickForm() -- クラスのコンストラクタ

説明

コンストラクタです。 <form> タグの属性と送信する値のロードをします。

パラメータ

string $formName

フォームの名称を指定します。

string $method

(オプション) フォームのメソッドを指定します。

string $action

(オプション) フォームのアクションを指定します。

string $target

(オプション) フォームのターゲットを指定します。

mixed $attributes

(オプション) その他の <form> タグの属性を指定します。

boolean $trackSubmit

(オプション) フォームから送信されたことを確認する機能を 使用するため、hidden フィールドを追加するかどうかを指定します。 $_GET あるいは $_POST の値にそのフィールドが存在しない場合、 フォームは送信されなかったと考えられます。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

HTML_QuickForm (Previous) (Next) HTML_QuickForm::addElement()

Download Documentation Last updated: Sun, 06 Jul 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.