public function __construct(&$oConfig) { parent::__construct($oConfig); }
function __construct(&$oConfig) { parent::__construct($oConfig); $this->sTablePrefix = $oConfig->getDbPrefix(); }