constructor HTML_QuickForm_Controller()

constructor HTML_QuickForm_Controller() -- Class constructor.

概要

require_once 'HTML/QuickForm/Controller.php';

void constructor HTML_QuickForm_Controller::HTML_QuickForm_Controller (string $name [, bool $modal = TRUE])

説明

Sets the form name and modal/non-modal behaviour. Different multipage forms should have different names, as they are used to store form values in session. Modal forms allow passing to the next page only when all of the previous pages are valid.

パラメータ

string $name

form name

boolean $modal

whether the form is modal

例外・エラー

throws no exceptions thrown

注意

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