GoLang newt_run_form

request it (286)
GoLang replacement for PHP's newt_run_form [edit | history]



Do you know a GoLang replacement for PHP's newt_run_form? Write it!

PHP newt_run_form

PHP original manual for newt_run_form [ show | php.net ]

newt_run_form

(PECL newt >= 0.1)

newt_run_formRuns a form

Description

resource newt_run_form ( resource $form )

This function runs the form passed to it.

Parameters

form

Form component

Return Values

The component which caused the form to stop running.

Note:

Notice that this function doesn't fit in with newt's normal naming convention. It is an older interface which will not work for all forms. It was left in newt only for legacy applications. It is a simpler interface than the new newt_form_run() though, and is still used quite often as a result. When an application is done with a form, it destroys the form and all of the components the form contains.

See Also