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.
$name
form name
$modal
whether the form is modal
throws no exceptions thrown
This function can not be called statically.