Elgg
Version master
|
Go to the source code of this file.
Variables | |
$defaults | |
$vars = array_merge($defaults, $vars) | |
$vars ['class'] = elgg_extract_class($vars, 'elgg-form') | |
if(elgg_extract('prevent_double_submit', $vars, true)) | $vars ['action'] = elgg_normalize_url($vars['action']) |
$vars ['method'] = strtolower($vars['method']) | |
$ignore_empty_body = (bool) elgg_extract('ignore_empty_body', $vars, true) | |
$body = elgg_extract('body', $vars) | |
$body = elgg_extract('body', $vars) |
$ignore_empty_body = (bool) elgg_extract('ignore_empty_body', $vars, true) |
$vars['class'] = elgg_extract_class($vars, 'elgg-form') |
if (elgg_extract('prevent_double_submit', $vars, true)) $vars['action'] = elgg_normalize_url($vars['action']) |