Abstract base search class.

Provides general properties and functions for child implementations.

author Murat Purc

 Methods

Setter for debug

setDebug(bool $bDebug) 
deprecated No longer needed. The debug mode gets chosen by the system settings.

Parameters

$bDebug

bool

Initialises some properties

__construct(\cDb $oDB, bool $bDebug) 

Parameters

$oDB

\cDb

Optional database instance

$bDebug

bool

Optional, flag to enable debugging (no longer needed)

Main debug function, prints dumps parameter if debugging is enabled

_debug(string $msg, mixed $var) 

Parameters

$msg

string

Some text

$var

mixed

The variable to dump

 Properties

 

$bDebug : bool
deprecated No longer needed. The debug mode gets chosen by the system settings.
 

$cfg : array
 

$client : int
 

$lang : int
 

$oDB : \cDb