$this->helperName(). Behind the scenes,
$this->helperName().
declareVars(): Primarily for use when using
fieldset($name, $content, $attribs): Creates an
XHTML fieldset. If form($name, $attribs, $content): Generates an XHTML
form. All formButton($name, $value, $attribs): Creates an
<button /> element.
formCheckbox($name, $value, $attribs,
$options): Creates an <input type="checkbox"
/> element.
formErrors($errors, $options): Generates an
XHTML unordered list to show errors. formFile($name, $attribs): Creates an
<input type="file" /> element.
formHidden($name, $value, $attribs): Creates an
<input type="hidden" /> element.
formLabel($name, $value, $attribs): Creates a
<label> element, setting the for attribute to
disable is passed in
attribs, nothing will be returned.
formMultiCheckbox($name, $value, $attribs, $options,
$listsep): Creates a list of checkboxes.
formPassword($name, $value, $attribs): Creates an
<input type="password" /> element.
formRadio($name, $value, $attribs, $options):
Creates a series of <input type="radio" /> elements, one
for each of the $options elements. In the $options array, the
element key is the radio value, and the element value is the
radio label. The $value radio will be preselected for you.
formReset($name, $value, $attribs): Creates an
<input type="reset" /> element.
formSelect($name, $value, $attribs, $options):
Creates a <select>...</select> block, with one
<option>one for each of the $options elements. In the
$options array, the element key is the option value, and the
element value is the option label. The $value option(s) will be
preselected for you.
formSubmit($name, $value, $attribs): Creates an
<input type="submit" /> element.
formText($name, $value, $attribs): Creates an
<input type="text" /> element.
formTextarea($name, $value, $attribs): Creates a
<textarea>...</textarea> block.
url($urlOptions, $name, $reset): Creates a URL
string based on a named route. htmlList($items, $ordered, $attribs, $escape): generates
unordered and ordered lists based on the SpecialPurpose helper code:
SpecialPurpose
helper as many times as you like; it will be instantiated once, and
then it persists for the life of that