tml_get_form()

Get a TML form object.

Description

mixed tml_get_form( mixed $form )

Get a TML form object.

Parameters

form

The form to get. May be either a string or a form object.

Return Values

Returns the Theme_My_Login_Form object if the action exists or false otherwise.

Examples

Example #1 Getting a form

$form = tml_get_form( 'foo' );