ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Fieldset→__construct

VF_Fieldset→__construct — Adds a group of fields to the current object


Description

__construct (string $label, [string $noteHeader[, string $noteBody]]);

Adds a group of fields to the current object.

Parameters

  • label
    Label of the new group of fields, this will be the <legend> content.
  • noteHeader
    Heading text above the group of fields.
  • noteBody
    Body text above the group of fields.

Return values

No value is returned.