Elgg  Version 1.11
Variables
form.php File Reference

Go to the source code of this file.

Variables

if(isset($vars['name'])) else
 Create a form for data submission. More...
 
 $body = $vars['body']
 
 $action = $vars['action']
 
 $method = strtolower($method)
 

Variable Documentation

◆ $action

$action = $vars['action']

Definition at line 18 of file form.php.

◆ $body

$body = $vars['body']

Definition at line 17 of file form.php.

◆ $method

$method = strtolower($method)

Definition at line 25 of file form.php.

◆ else

if (isset( $vars[ 'method'])) else
Initial value:
{
$name = ''
if($guid==elgg_get_logged_in_user_guid()) $name
Definition: delete.php:21

Create a form for data submission.

@uses $vars['body'] The body of the form (made up of other input/xxx views and html @uses $vars['action'] URL of the action being called @uses $vars['method'] Method (default POST) @uses $vars['name'] Form name

Definition at line 13 of file form.php.