Abstract base search class.
Provides general properties and functions
for child implementations.
Methods
Initialises some properties
__construct(\cDb $oDB, bool $bDebug)
deprecated |
[2012-07-24] class was renamed to cSearchBaseAbstract |
Parameters
$oDB
\cDb
Optional database instance
$bDebug
bool
Optional, flag to enable debugging (no longer needed)
Setter for debug
setDebug(bool $bDebug)
Inherited
inherited_from |
\cSearchBaseAbstract::setDebug() |
Parameters
$bDebug
bool
Main debug function, prints dumps parameter if debugging is enabled
_debug(string $msg, mixed $var)
Inherited
inherited_from |
\cSearchBaseAbstract::_debug() |
Parameters
$var
mixed
The variable to dump
Properties
$bDebug : bool
Inherited
inherited_from |
\cSearchBaseAbstract::$$bDebug |
$cfg : array
Inherited
inherited_from |
\cSearchBaseAbstract::$$cfg |
$client : int
Inherited
inherited_from |
\cSearchBaseAbstract::$$client |
$lang : int
Inherited
inherited_from |
\cSearchBaseAbstract::$$lang |
$oDB : \cDb
Inherited
inherited_from |
\cSearchBaseAbstract::$$oDB |