void constructor HTML_QuickForm_Page::HTML_QuickForm_Page (
string $formName
, string $method = 'post'
, string $target = '_self'
, mixed $attributes
= null
)
Note that unlike constructor of HTML_QuickForm there is no
$action
, as the form is always submitted to the current page. Note also
that $formName
is not optional.
$formName
Form's name
$method
Form's method
$target
Form's target
$attributes
Extra attributes for <form> tag
throws no exceptions thrown
This function can not be called statically.