Abstract base search class.
Provides general properties and functions for child implementations.
author | Murat Purc |
---|
setDebug(bool $bDebug)
deprecated | No longer needed. The debug mode gets chosen by the system settings. |
---|
bool
__construct(\cDb $oDB, bool $bDebug)
bool
Optional, flag to enable debugging (no longer needed)
_debug(string $msg, mixed $var)
string
Some text
mixed
The variable to dump
$bDebug : bool
deprecated | No longer needed. The debug mode gets chosen by the system settings. |
---|
$cfg : array
$client : int
$lang : int
$oDB : \cDb