Elgg  Version 2.3
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 = elgg_get_config('profile_custom_fields')

Definition at line 10 of file add.php.

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

Definition at line 19 of file add.php.

Elgg profile plugin edit default profile action.

Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 7 of file add.php.

Definition at line 8 of file add.php.

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

Definition at line 14 of file add.php.