Solar_View_Helper_FormStatic::formStatic()

public string Solar_View_Helper_FormStatic::formStatic ( array $info )

A pseudo-element that inserts escaped text into a form, but not as an element.

Parameters

  • (array) $info: An array of element information.

Returns

  • (string) The element XHTML.

Description

A pseudo-element that inserts escaped text into a form, but not as an element.

No hidden element is produced, either, so it doesn't get submitted back to the server.



Local