HTML_QuickForm_Page クラス概要 (Previous) (Next) Page::addAction()

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

constructor HTML_QuickForm_Page()

constructor HTML_QuickForm_Page() -- クラスコンストラクタ

説明

HTML_QuickForm のコンストラクタとは異なり、 $action が存在しないことに注意しましょう。 これは、フォームが常に現在のページから送信されるためです。 また、$formName が オプションではないことにも注意しましょう。

パラメータ

string $formName

フォーム名です。

string $method

フォームのメソッドです。

string $target

フォームのターゲットです。

mixed $attributes

フォームタグのためのその他の属性です。

例外・エラー

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

注意

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

HTML_QuickForm_Page クラス概要 (Previous) (Next) Page::addAction()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: lighth7015@tampabay.rr.com
When using your own constructor in a Page handler:
If at first you don't succeed, MAKE SURE YOU CALL THE DAMN CONSTRUCTOR BEFORE YOU LEAVE.

- Robert