Documentation

Profiling extends Target
in package

Profiling class records log messages in a profile table.

Table of Contents

$db  : mixed
$logTable  : string
export()  : mixed
Stores log messages to DB.
init()  : mixed
Initializes the DbTarget component.

Properties

$logTable

public string $logTable = 'l_#__profile'

name of the DB table to store cache content. Defaults to "log"

Methods

export()

Stores log messages to DB.

public export() : mixed
Return values
mixed

init()

Initializes the DbTarget component.

public init() : mixed

This method will initialize the [[db]] property to make sure it refers to a valid DB connection.

Tags
throws
InvalidConfigException

if [[db]] is invalid

Return values
mixed

        

Search results