You appear to be a bot. Output may be restricted
Description
Start a form
Usage
bw_form( $action, $method, $class, $extras );
Parameters
- $action
- ( string ) optional – defaults to none – so this must be defined on the submit button
- $method
- ( string ) optional default: post – defaults to "post". other value is "get"
- $class
- ( string ) optional – CSS class name
- $extras
- ( string ) optional – additional tag parameters
Returns
voidSource
File name: oik-bwtrace/libs/bobbforms.phpLines:
1 to 3 of 3
function bw_form( $action="", $method="post", $class=null, $extras=null ) { e( form( $action, $method, $class, $extras ) ); }View on GitHub View on Trac