profiler_lang.php File Reference

Go to the source code of this file.


Variables

 $lang ['profiler_benchmarks'] = 'BENCHMARKS'
 $lang ['profiler_queries'] = 'QUERIES'
 $lang ['profiler_get_data'] = 'GET DATA'
 $lang ['profiler_post_data'] = 'POST DATA'
 $lang ['profiler_uri_string'] = 'URI STRING'
 $lang ['profiler_memory_usage'] = 'MEMORY USAGE'
 $lang ['profiler_no_db'] = 'Database driver is not currently loaded'
 $lang ['profiler_no_queries'] = 'No queries were run'
 $lang ['profiler_no_post'] = 'No POST data exists'
 $lang ['profiler_no_get'] = 'No GET data exists'
 $lang ['profiler_no_uri'] = 'No URI data exists'
 $lang ['profiler_no_memory'] = 'Memory Usage Unavailable'

Variable Documentation

$lang['profiler_no_memory'] = 'Memory Usage Unavailable'

Definition at line 14 of file profiler_lang.php.

$lang['profiler_no_uri'] = 'No URI data exists'

Definition at line 13 of file profiler_lang.php.

$lang['profiler_no_get'] = 'No GET data exists'

Definition at line 12 of file profiler_lang.php.

$lang['profiler_no_post'] = 'No POST data exists'

Definition at line 11 of file profiler_lang.php.

$lang['profiler_no_queries'] = 'No queries were run'

Definition at line 10 of file profiler_lang.php.

$lang['profiler_no_db'] = 'Database driver is not currently loaded'

Definition at line 9 of file profiler_lang.php.

$lang['profiler_memory_usage'] = 'MEMORY USAGE'

Definition at line 8 of file profiler_lang.php.

$lang['profiler_uri_string'] = 'URI STRING'

Definition at line 7 of file profiler_lang.php.

$lang['profiler_post_data'] = 'POST DATA'

Definition at line 6 of file profiler_lang.php.

$lang['profiler_get_data'] = 'GET DATA'

Definition at line 5 of file profiler_lang.php.

$lang['profiler_queries'] = 'QUERIES'

Definition at line 4 of file profiler_lang.php.

$lang['profiler_benchmarks'] = 'BENCHMARKS'

Definition at line 3 of file profiler_lang.php.