Solar_View_Helper_Form::form()

public string|Solar_View_Helper_Form Solar_View_Helper_Form::form ( Solar_Form|array $spec = NULL )

Main method interface to Solar_View.

Parameters

  • (Solar_Form|array) $spec: If a Solar_Form object, does a full auto build and fetch of a form based on the Solar_Form properties. If an array, treated as attribute keys and values for the <form> tag.

Returns

  • (string|Solar_View_Helper_Form)

Description

Main method interface to Solar_View.



Local