Elgg  Version 1.11
Variables
debugging.php File Reference

Go to the source code of this file.

Variables

 $debug_options
 Advanced site settings, debugging section. More...
 
 $debug_label = elgg_echo('installation:debug:label')
 
 $debug_input
 

Variable Documentation

$debug_input
Initial value:
= elgg_view('input/select', array(
'options_values' => $debug_options,
'name' => 'debug',
'value' => elgg_get_config('debug'),
))
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
$debug_options
Advanced site settings, debugging section.
Definition: debugging.php:6
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354

Definition at line 15 of file debugging.php.

$debug_label = elgg_echo('installation:debug:label')

Definition at line 14 of file debugging.php.

$debug_options
Initial value:
= array(
'0' => elgg_echo('installation:debug:none'),
'ERROR' => elgg_echo('installation:debug:error'),
'WARNING' => elgg_echo('installation:debug:warning'),
'NOTICE' => elgg_echo('installation:debug:notice'),
'INFO' => elgg_echo('installation:debug:info'),
)
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Advanced site settings, debugging section.

Definition at line 6 of file debugging.php.