Elgg  Version 1.9
Variables
add.php File Reference

Go to the source code of this file.

Variables

 $label = get_input('label')
 Elgg profile plugin edit default profile action. More...
 
 $type = get_input('type')
 
 $fieldlist = elgg_get_config('profile_custom_fields')
 
if(! $fieldlist && $fieldlist !=='0') else
 
foreach($fieldlistarray as $key=> $value) $id = max($fieldlistarray) + 1
 

Variable Documentation

◆ $fieldlist

$fieldlist = elgg_get_config('profile_custom_fields')

Definition at line 10 of file add.php.

◆ $id

foreach ( $fieldlistarray as $key=> $value) $id = max($fieldlistarray) + 1

Definition at line 19 of file add.php.

◆ $label

Elgg profile plugin edit default profile action.

Definition at line 7 of file add.php.

◆ $type

◆ else

if (( $label) &&( $type)) else
Initial value:
{
$fieldlistarray = explode(',', $fieldlist)
$fieldlist
Definition: add.php:10

Definition at line 14 of file add.php.