UNA
Loading...
Searching...
No Matches
Profiler

Classes

class  BxProfiler
class  BxProfilerAlertsResponse
class  BxProfilerConfig
class  BxProfilerDb
class  BxProfilerModule
class  BxProfilerTemplate
class  BxProfilerInstaller

Variables

const BX_PROFILER true
const BX_PROFILER_DISPLAY 1
 $GLOBALS ['bx_profiler_module']
 $GLOBALS ['bx_profiler'] = new BxProfiler(BX_DOL_START)
 if (! $GLOBALS[ 'bx_profiler']->_isProfilerDisabled()) register_shutdown_function(array( $GLOBALS[ 'bx_profiler']
 $aConfig

Detailed Description

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Variable Documentation

◆ $GLOBALS

$GLOBALS[ 'bx_profiler_module']
Initial value:
= array (
'type' => BX_DOL_MODULE_TYPE_MODULE,
'name' => 'bx_profiler',
'title' => $aConfig['title'],
'vendor' => $aConfig['vendor'],
'path' => $aConfig['home_dir'],
'uri' => $aConfig['home_uri'],
'class_prefix' => $aConfig['class_prefix'],
'db_prefix' => $aConfig['db_prefix'],
)