ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

ValidForm→__construct

ValidForm→__construct — Creates a new ValidForm object


Description

__construct ([string $name[, string $description[, string $action]]]);

Creates a new ValidForm object.

Parameters

  • name
    Name (id) of the form element
  • desciption
    Heading description text above the form element
  • action
    Optional custom action attribute of the form element. Useful in AJAX applications.

Return values

No value is returned